From 09cb3ccb6891eba2d6c1e6ab58d34b35c2298563 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期五, 05 九月 2025 13:13:47 +0800
Subject: [PATCH] 优化
---
StandardInterface/MES.Service/service/BasicData/Material/MesDepotsManager.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/StandardInterface/MES.Service/service/BasicData/Material/MesDepotsManager.cs b/StandardInterface/MES.Service/service/BasicData/Material/MesDepotsManager.cs
index f43f5fb..e935a1f 100644
--- a/StandardInterface/MES.Service/service/BasicData/Material/MesDepotsManager.cs
+++ b/StandardInterface/MES.Service/service/BasicData/Material/MesDepotsManager.cs
@@ -48,7 +48,7 @@
.SetColumns(s => s.IsNg == status)
.Where(s => s.DepotId == depotId).ExecuteCommand();
- if (result > 0)
+ // if (result > 0)
return true;
throw new NotImplementedException(status == "A" ? "鍚敤澶辫触" : "绂佺敤澶辫触");
--
Gitblit v1.9.3