From 0ce538e3c3dc01153ce1bfc2d75276881206c222 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期五, 12 十一月 2021 13:34:35 +0800
Subject: [PATCH] 产品代码上传

---
 src/BLL/Demo.BillView/PRD/Pur_Receive.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/BLL/Demo.BillView/PRD/Pur_Receive.cs b/src/BLL/Demo.BillView/PRD/Pur_Receive.cs
index fd301f7..11c21c2 100644
--- a/src/BLL/Demo.BillView/PRD/Pur_Receive.cs
+++ b/src/BLL/Demo.BillView/PRD/Pur_Receive.cs
@@ -12,7 +12,7 @@
 using System.ComponentModel;
 using Kingdee.BOS.ServiceHelper;
 using Kingdee.K3.SCM.App;
-using ZD.Cloud.Logger;
+
 
 namespace Demo.BillView.PRD
 {
@@ -56,7 +56,7 @@
                     if (fentryId == "0" || fisfx)
                         continue;
                     sql = string.Format($"/*dialect*/update Cg_PODemandPlanBillSub set  FReciveCount = FReciveCount + {Convert.ToDecimal(entryRow["ActReceiveQty"])} where FEntryID = {fentryId} ");
-                    //LogHelper.Info("棰嗘枡鍗曠殑鏃ヨ鍒掔敤鏂欐竻鍗旾D:" + fentryId);
+                    ////LogHelper.Info("棰嗘枡鍗曠殑鏃ヨ鍒掔敤鏂欐竻鍗旾D:" + fentryId);
                     sqlList.Add(sql);
                     sql = string.Format($"/*dialect*/update T_PUR_ReceiveEntry set  FTlisfx =  1 where FentryId = {entryRow["Id"]}");
                     sqlList.Add(sql);

--
Gitblit v1.9.1