From 438a163b5eb1e8a40e7f39f46602962b7f95a6f6 Mon Sep 17 00:00:00 2001
From: xxyy <cathay_xy@163.com>
Date: 星期一, 10 三月 2025 15:52:35 +0800
Subject: [PATCH] 更新库存状态并清理相关缓存

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json |    2 +-
 1 files changed, 1 insertions(+), 1 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..4475b74 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -27,7 +27,7 @@
 
   //缂撳瓨璁剧疆
   "CacheSettings": {
-    "UseRedis": true, //鍚敤redis
+    "UseRedis": false, //鍚敤redis
     "RedisSettings": {
       "Address": "127.0.0.1:6379", //鍦板潃
       "Password": "123456", //Redis鏈嶅姟瀵嗙爜

--
Gitblit v1.9.3