src/BLL/Demo.BillView/PRD/Pro_DayPlanList.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/BLL/Demo.BillView/PRD/Pro_DayPlanList.cs
@@ -52,7 +52,7 @@ } FID = FID.Substring(0, FID.Length - 1); string sql = $"/*dialect*/ update Sc_WorkBillSortBillMain set FDocumentStatus = 'E' where FID in ({FID})"; LogHelper.Info(sql); //LogHelper.Info(sql); DBServiceHelper.Execute(Context, sql); this.View.ShowMessage("操作成功"); }