From 6a98b298aa126238630d238a2d1c910b362e8613 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 01 七月 2024 09:19:59 +0800
Subject: [PATCH] 下片逻辑调整:优先下08片台方向玻璃,后续下06片台玻璃,提高出片节奏

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

diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index 0a70a4a..e9fcc1e 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -2,7 +2,7 @@
   port: 8084
 spring:
   profiles:
-    active: cz
+    active: prod
   application:
     name: temperingGlass
 mybatis-plus:

--
Gitblit v1.8.0