From 8f872af917daaf693368b166a6985410976ca30a Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <1247017146@qq.com>
Date: 星期一, 07 四月 2025 14:23:43 +0800
Subject: [PATCH] 优化底层查询添加

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
index db958e1..03a4520 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -44,10 +44,10 @@
 
   // 鍏佽鍑哄簱鐨勭紪鐮�
   "OutBoundMateriel": [
-    //{
-    //  "MaterielCode": "CC01050001348",
-    //  "ProductionLine": "ZJ-8",
-    //  "ProcessCode": "CH001"
-    //}
+    {
+      "MaterielCode": "CC01050001523",
+      "ProductionLine": "ZJ-7",
+      "ProcessCode": "CH001"
+    }
   ]
 }

--
Gitblit v1.9.3