src/BLL/Demo.BillView/PRD/Pro_SCLLSH.cs
@@ -12,6 +12,7 @@ using System.ComponentModel; using Kingdee.BOS.ServiceHelper; using Kingdee.K3.SCM.App; using ZD.Cloud.Logger; namespace Demo.DynamicForm.PRD { @@ -56,6 +57,7 @@ continue; string fentryId = entryRow["FDayPlanFentryId"].ToString(); sql = string.Format($"/*dialect*/update Sc_DayPlanPPBomBillSub set FPickedQty = (select sum(FBaseActualQty) from T_PRD_PICKMTRLDATA where FDayPlanFentryId = { fentryId})where FEntryID = { fentryId} "); LogHelper.Info("领料单的日计划用料清单ID:" + fentryId); sqlList.Add(sql); } }