From 54c10168f9082762cb3ff02cde879a6c2d73f9b5 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 07 十二月 2022 16:33:05 +0800
Subject: [PATCH] 收料通知单子表插入语句去除 HGIVEAWAY 字段

---
 WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs
index 8f57b98..4cc13ea 100644
--- a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs
+++ b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs
@@ -239,7 +239,7 @@
                         oSub.HSourceEntryID = listCa[i].HSourceEntryID;
                         oSub.HSourceBillType = "88";
                         oSub.HSourceBillNo = listCa[i].HSourceBillNo;
-                        oSub.HQty = double.Parse((listCa[i].鍙枡鏁伴噺 * listCa[i].鏈�灏忓彂鏂欐暟閲�).ToString());
+                        oSub.HQty = double.Parse(listCa[i].鍙枡鏁伴噺.ToString());
 
                         oSub.HMaterID = listCa[i].HMaterialID;
                         oSub.HMaterNumber = listCa[i].HMaterialNumberCol;

--
Gitblit v1.9.1