王 垚
2021-09-13 6076a7bca746b344840cf782711a87e5318f4f16
nothing
1个文件已修改
2 ■■■ 已修改文件
src/BLL/Demo.BillView/PRD/Pro_DayPlanList.cs 2 ●●● 补丁 | 查看 | 原始文档 | 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("操作成功");
                }