From 6b57612f6e9f7575d206e82955ffd989faaaf8b3 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期五, 12 九月 2025 13:24:15 +0800 Subject: [PATCH] 同步祈禧代码 --- WebApi/Gs.Sys/Services/DocNoRuleController.cs | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/WebApi/Gs.Sys/Services/DocNoRuleController.cs b/WebApi/Gs.Sys/Services/DocNoRuleController.cs index 12e5918..6d7b85f 100644 --- a/WebApi/Gs.Sys/Services/DocNoRuleController.cs +++ b/WebApi/Gs.Sys/Services/DocNoRuleController.cs @@ -87,10 +87,8 @@ var cont = 0; cont = IsChkOrUnChk(model.Guid.ToString(), true); if (cont > 0) - return ReturnDto<string>.QuickReturn("", ReturnCode.Exception, - "淇敼澶辫触锛岃淇℃伅宸茶瀹℃牳锛�"); + return ReturnDto<string>.QuickReturn("", ReturnCode.Exception, "淇敼澶辫触锛岃淇℃伅宸茶瀹℃牳锛�"); } - var _bl = false; try { @@ -107,7 +105,6 @@ model.LastupdateBy = _userCode; model.LastupdateTime = DateTime.Now; } - //_bl = base.Update(model); _bl = Db.Updateable(model).IgnoreColumns(true).ExecuteCommand() > 0 ? true -- Gitblit v1.9.3