From f9537ae9824221360bd1d504680b8cea80305198 Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期三, 14 七月 2021 21:42:53 +0800 Subject: [PATCH] 磨具报废入库单整理 --- WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs index 9e68093..b32a5e5 100644 --- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs +++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs @@ -117,7 +117,7 @@ if (DBUtility.ClsPub.isInt(subList[i].HProcID) != 0)//HQty { Model.ClsSc_ProcessExchangeBillSub oSub = new Model.ClsSc_ProcessExchangeBillSub(); - oSub.HEntryID = i; + oSub.HEntryID = i+1; oSub.HRemark = DBUtility.ClsPub.isStrNull(subList[i].HRemark); oSub.HSourceInterID = ClsPub.isLong(mainList[0].HICMOInterID); oSub.HSourceEntryID = ClsPub.isLong(mainList[0].HICMOEntryID); -- Gitblit v1.9.1