From 867590e1ad3ead0e4aa449671a526ea127722a24 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期六, 07 六月 2025 13:07:41 +0800
Subject: [PATCH] 即使库存,生产订单新字段

---
 StandardInterface/MES.Service/service/CgthSqManager.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/StandardInterface/MES.Service/service/CgthSqManager.cs b/StandardInterface/MES.Service/service/CgthSqManager.cs
index ec617f7..44b5ba0 100644
--- a/StandardInterface/MES.Service/service/CgthSqManager.cs
+++ b/StandardInterface/MES.Service/service/CgthSqManager.cs
@@ -116,6 +116,10 @@
       List<CgthSqDetail> mesWomcabs)
         {
             var decimals = mesWomcabs.Select(s => s.Id).ToArray();
+
+            //鎵爜涓嶅厑璁稿垹闄�
+             
+            throw new NotImplementedException("鎵爜涓嶅厑璁稿垹闄�");
             var update = base.DeleteById(mesWomCgth.Id);
             var insertOrUpdate = db
                 .Deleteable<CgthSqDetail>().In(decimals)

--
Gitblit v1.9.3