From 552fda4967d0f762fae21fae54c5f8b57b8eb3ea Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期一, 30 三月 2026 13:28:45 +0800
Subject: [PATCH] 凯贝立讯客户标签内箱码生成时流水号回填修正,金蝶云生成委外工序发出单调用方法修正
---
WebAPI/Controllers/Gy_MaterErrorPreventionController.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Controllers/Gy_MaterErrorPreventionController.cs b/WebAPI/Controllers/Gy_MaterErrorPreventionController.cs
index 13d17e2..a0903b4 100644
--- a/WebAPI/Controllers/Gy_MaterErrorPreventionController.cs
+++ b/WebAPI/Controllers/Gy_MaterErrorPreventionController.cs
@@ -143,8 +143,8 @@
{
oCN.RunProc($@"insert into Sc_FeedingErrorProofingBillSub (HInterID,HBillNo_bak, HEntryID, HRemark, HSourceInterID, HSourceEntryID, HSourceBillNo, HSourceBillType,
HRelationQty, HRelationMoney, HMaterID, HUnitID, HQty, HScanDate, HBarCode)
- values('{HMainBill["HInterID"]}','{HMainBill["HBillNo"]}', {i++}, '', 0, 0, '', '', 0, 0, {HSubItem["HMaterID"]}, {HSubItem["HUnitID"]}, {HSubItem["HQty"]}, '{HSubItem["HScanDate"]}',
- {HSubItem["HBarCode"]})");
+ values('{HMainBill["HInterID"]}','{HMainBill["HBillNo"]}', {i++}, '', 0, 0, '', '', 0, 0, {HSubItem["HMaterID"]}, {HSubItem["HUnitID"]}, {HSubItem["HQty"]}, '{HSubItem["HScanDate"]}','
+ {HSubItem["HBarCode"]}')");
// 閫氳繃绯荤粺鍙傛暟鍒ゆ柇鏄惁闇�瑕� 鍙嶅啓鏉$爜涓绘。鍗曟嵁鐘舵��
if(oSystemParameter.ShowBill(ref DBUtility.ClsPub.sErrInfo))
--
Gitblit v1.9.1