From aebd2d642e19ce9ccb253c671b239e7ed9fc91c6 Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期三, 10 九月 2025 16:11:12 +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