From 77162bdc19b49d5bb86661f3c4f679df71cc7202 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期日, 16 四月 2023 21:53:09 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs index fd7de8a..94d7038 100644 --- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs +++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs @@ -1006,6 +1006,8 @@ oBill.DetailColl[i].HBackProc = oItemSub.HBackProc; oBill.DetailColl[i].HPrevSourceInterID = oItemSub.HPrevSourceInterID; oBill.DetailColl[i].HPrevSourceEntryID = oItemSub.HPrevSourceEntryID; + oBill.DetailColl[i].HRemark = oItemSub.HRemark; + oBill.DetailColl[i].HTechnologyParameter = oItemSub.HTechnologyParameter; i++; } -- Gitblit v1.9.1