From b5f60c0333d5bd2cccfc541e744638252c0390b8 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 06 三月 2026 17:24:18 +0800
Subject: [PATCH] fix: 优化自动出库任务性能 - 批量查询和任务号生成

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

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
index 96be5b6..e199477 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -28,7 +28,15 @@
     "PrintSql": false, //鎵撳嵃SQL璇彞
     "ApiName": "WIDESEA",
     "ExpMinutes": 120,
-    "DBSeedEnable": true,
+    "DBSeedEnable": false,
     "PDAVersion": "4",
-    "WebSocketPort": 9296
+    "WebSocketPort": 9296,
+    "AutoOutboundTask": {
+        "Enable": true,
+        "CheckIntervalSeconds": 300,
+        "TargetAddresses": {
+            "GW": "10081",
+            "CW": "10080"
+        }
+    }
 }

--
Gitblit v1.9.3