From 6076a7bca746b344840cf782711a87e5318f4f16 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期一, 13 九月 2021 11:14:30 +0800 Subject: [PATCH] nothing --- src/BLL/Demo.BillView/PRD/Pro_DayPlanList.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/BLL/Demo.BillView/PRD/Pro_DayPlanList.cs b/src/BLL/Demo.BillView/PRD/Pro_DayPlanList.cs index b9c505b..cdabb6b 100644 --- a/src/BLL/Demo.BillView/PRD/Pro_DayPlanList.cs +++ b/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("鎿嶄綔鎴愬姛"); } -- Gitblit v1.9.1