From 90fa55064597236b9581304f232a607ffc7b730e Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期日, 12 四月 2026 10:50:26 +0800
Subject: [PATCH] fix(WCS): 解决OutboundTaskFlowService与TaskService的循环依赖

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

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
index 7b3ffe8..76ee9b4 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -62,8 +62,8 @@
   "DBSeedEnable": false,
   "PDAVersion": "4",
   "WebSocketPort": 9296,
-  "AutoOutboundTask": {
-    "Enable": false, /// 鏄惁鍚敤鑷姩鍑哄簱浠诲姟
+  "AutoOutboundTask": { 
+    "Enable": true, /// 鏄惁鍚敤鑷姩鍑哄簱浠诲姟
     "CheckIntervalSeconds": 300, /// 妫�鏌ラ棿闅旓紙绉掞級
     "TargetAddresses": { /// 鎸夊贩閬撳墠缂�閰嶇疆鐩爣鍦板潃锛堟敮鎸佸鍑哄簱鍙o級
       "GW": [ "11001", "11010", "11068" ],

--
Gitblit v1.9.3