From ea1a2fc497a5b67f1b32b1697b4c51c3ac5b2ccd Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 18 六月 2024 11:41:23 +0800
Subject: [PATCH] 大理片笼进出片任务逻辑初次提交:功能待调整优化,新增不钢化玻璃按尺寸进大理片笼

---
 hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
index a344abc..39fd32a 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -3,7 +3,7 @@
 
 spring:
   profiles:
-    active: dev
+    active: cz
   application:
     name: cacheGlass
 mybatis-plus:
@@ -13,5 +13,8 @@
 mes:
   threshold: 3
   ratio: 10
+  firstLength: 3500
+  secondLength: 2500
   sequence:
     order: false
+

--
Gitblit v1.8.0