From 9e534b4c5bba1f9786fe92bf84a9b3e64b276d68 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期一, 20 五月 2024 14:22:37 +0800 Subject: [PATCH] 卧式理片笼出片规则改为相同版图id版序倒序出片 --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml index 39ff0e5..a344abc 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml @@ -14,4 +14,4 @@ threshold: 3 ratio: 10 sequence: - order: true + order: false -- Gitblit v1.8.0