From 4aeb3e87088be598e644796f2bafbe707bfb04fb Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 21 八月 2024 15:14:15 +0800
Subject: [PATCH] 修改标签样式,修改大理片查询磨边队列sql,防止在卧转立前将玻璃放到另一条线进片时出现问题
---
hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
index 3920d3c..ee801d2 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
@@ -2,7 +2,7 @@
port: 8083
spring:
profiles:
- active: cz
+ active: dev
application:
name: loadGlass
mybatis-plus:
--
Gitblit v1.8.0