From cdc57c80aa7f0616739941e38b2ad9d2dee9bce4 Mon Sep 17 00:00:00 2001 From: xxyy <cathay_xy@163.com> Date: 星期四, 27 三月 2025 09:32:25 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/HuaYiZhongHeng/BaiBuLiKu --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json index 4475b74..03a4520 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": false, //鍚敤redis + "UseRedis": true, //鍚敤redis "RedisSettings": { "Address": "127.0.0.1:6379", //鍦板潃 "Password": "123456", //Redis鏈嶅姟瀵嗙爜 @@ -44,10 +44,10 @@ // 鍏佽鍑哄簱鐨勭紪鐮� "OutBoundMateriel": [ - //{ - // "MaterielCode": "CC01050001348", - // "ProductionLine": "ZJ-8", - // "ProcessCode": "CH001" - //} + { + "MaterielCode": "CC01050001523", + "ProductionLine": "ZJ-7", + "ProcessCode": "CH001" + } ] } -- Gitblit v1.9.3