From 3b3d2378bd52268dad426c70b853473eccee3b87 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期一, 15 九月 2025 09:24:03 +0800
Subject: [PATCH] 首检穴模数

---
 StandardInterface/MES.Service/service/BasicData/Material/MesDepotsManager.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/StandardInterface/MES.Service/service/BasicData/Material/MesDepotsManager.cs b/StandardInterface/MES.Service/service/BasicData/Material/MesDepotsManager.cs
index bd963ae..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" ? "鍚敤澶辫触" : "绂佺敤澶辫触");
@@ -152,6 +152,7 @@
             FZYC= depots.FZYC,
             FGYC= depots.FGYC,
             FZMC= depots.FZMC,  
+            CGYMC= depots.FCGYMC,
             Company = "1000",
             Factory = "1000",
             Type=depots.Type,

--
Gitblit v1.9.3