From 94d0b18fa47a92a1cb4d1fef4520d35ef2c2c322 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期二, 16 十二月 2025 21:56:49 +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