From 1d9f9bd9afb6e18aa73b456555256564e34b2acc Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期二, 28 五月 2024 13:20:06 +0800 Subject: [PATCH] 卧式理片笼线程改造:1、优化任务查询,每次只获取第一条数据,避免任务表数据过多 2、玻璃尺寸限制改为配置 --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml index a344abc..9be3f0b 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml @@ -13,5 +13,7 @@ mes: threshold: 3 ratio: 10 + firstLength: 3500 + secondLength: 2500 sequence: order: false -- Gitblit v1.8.0