From 6fbdcfa42a2ded55b8a3348cbe49101e88ac48fb Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期四, 15 七月 2021 20:51:41 +0800 Subject: [PATCH] nothing --- 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