From 8f872af917daaf693368b166a6985410976ca30a Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <1247017146@qq.com> Date: 星期一, 07 四月 2025 14:23:43 +0800 Subject: [PATCH] 优化底层查询添加 --- 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