From 4f3b0a6727ecfa555892ebea64bd76e5a07cd6fb Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期二, 17 三月 2026 10:01:38 +0800
Subject: [PATCH] feat: 新增WMS异常上报自动恢复异常按钮

---
 项目代码/WCSServices/WIDESEAWCS_Server/appsettings.json |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Server/appsettings.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Server/appsettings.json"
index 78737f4..6cb0749 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Server/appsettings.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Server/appsettings.json"
@@ -21,11 +21,11 @@
     // 娉ㄦ剰锛宧ttp://127.0.0.1:1818 鍜� http://localhost:1818 鏄笉涓�鏍风殑
     "IPs": "http://127.0.0.1:8080,http://localhost:8080"
   },
-  "ApiLogIgnore": "Export,Get,get",
+  "LogAOPEnable": false, 
+  "LogDeubgEnable": false, 
+  "PrintSql": false,
+  "ApiLogIgnore": "*,Export,Get,get,robotQuery,drivestatus",
   "WMSApiAddress": "http://127.0.0.1:9293", //"http://127.0.0.1:9283",姝e紡鐜鍦板潃
-  "LogDeubgEnable": true, //鏄惁璁板綍璋冭瘯鏃ュ織
-  "PrintSql": false, //鎵撳嵃SQL璇彞
-  "LogAOPEnable": false, //鏄惁璁板綍AOP鏃ュ織
   "ApiName": "WIDESEA",
   "ExpMinutes": 300,
   "QuartzJobAutoStart": true,

--
Gitblit v1.9.3