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/Pro_SCLLSH.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/BLL/Demo.BillView/PRD/Pro_SCLLSH.cs b/src/BLL/Demo.BillView/PRD/Pro_SCLLSH.cs index b71d228..c0a1ce7 100644 --- a/src/BLL/Demo.BillView/PRD/Pro_SCLLSH.cs +++ b/src/BLL/Demo.BillView/PRD/Pro_SCLLSH.cs @@ -12,11 +12,11 @@ using System.ComponentModel; using Kingdee.BOS.ServiceHelper; using Kingdee.K3.SCM.App; -using ZD.Cloud.Logger; -namespace Demo.DynamicForm.PRD + +namespace Demo.BillView.PRD { - [Description("[鐢熶骇棰嗘枡鍗�-瀹℃牳]鎸夐挳鍔熻兘]")] + [Description("[鐢熶骇棰嗘枡鍗�-瀹℃牳]鏈嶅姟鎻掍欢]")] [HotUpdate] public class Pro_SCLLSH : AbstractOperationServicePlugIn { @@ -57,7 +57,7 @@ if (fentryId == "0") continue; sql = string.Format($"/*dialect*/update Sc_DayPlanPPBomBillSub set FPickedQty = FPickedQty + {Convert.ToDecimal(entryRow["BaseActualQty"])} where FEntryID = {fentryId} "); - //LogHelper.Info("棰嗘枡鍗曠殑鏃ヨ鍒掔敤鏂欐竻鍗旾D:" + fentryId); + ////LogHelper.Info("棰嗘枡鍗曠殑鏃ヨ鍒掔敤鏂欐竻鍗旾D:" + fentryId); sqlList.Add(sql); sql = string.Format($"/*dialect*/update T_PRD_PICKMTRLDATA set FisFX = 1 where FentryId = {entryRow["Id"]}"); sqlList.Add(sql); -- Gitblit v1.9.1