From 20e2190ae2b1fb62d73446e7021b03909f8bd097 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期一, 22 七月 2024 14:14:02 +0800
Subject: [PATCH] 更改版图玻璃旋转角度

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

diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
index 2a558ae..1abe8aa 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -13,8 +13,12 @@
 mes:
   threshold: 3
   ratio: 10
-  firstLength: 3500
-  secondLength: 2500
+  max:
+    firstLength: 3500
+    secondLength: 2500
+  min:
+    firstLength: 600
+    secondLength: 350
   sequence:
     order: false
 

--
Gitblit v1.8.0