From 609818970fb1e7ae59b2535752a5ea063aa229b0 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期六, 06 七月 2024 15:05:52 +0800 Subject: [PATCH] 1:大理片 新增计算最大宽度:避免高度大于宽度 计算出错 2、磨边前卧式理片新增最小尺寸校验 3、下片修复下片逻辑异常,新增配置 人工下片的最大尺寸 最小尺寸 直通任务的最大尺寸 --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml index b13162f..d3918be 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml @@ -3,7 +3,7 @@ spring: profiles: - active: dev + active: cz application: name: unLoadGlass @@ -14,8 +14,10 @@ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl mes: - maxWidth: 1000 #涓嬬墖鐨勬渶澶у搴� - maxHeight: 1000 #涓嬬墖鐨勬渶澶ч珮搴� + maxWidth: 2500 #涓嬬墖鐨勬渶澶у搴� + maxHeight: 2000 #涓嬬墖鐨勬渶澶ч珮搴� + minWidth: 400 #涓嬬墖鐨勬渶澶у搴� + minHeight: 400 #涓嬬墖鐨勬渶澶ч珮搴� throughWidth: 3000 - throughHeight: 3000 + throughHeight: 2500 threshold: 5 #涓嬬墖鐨勬渶澶ч槇鍊� -- Gitblit v1.8.0