From c0765f0a847cd87d1861b0b671f90afc53481c89 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期二, 12 八月 2025 15:14:05 +0800 Subject: [PATCH] 排产工单状态枚举调整 --- src/main/resources/application.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b396120..a543aab 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,5 +2,5 @@ application: name: jeecg-system profiles: - # active: '@profile.name@' - active: dev + active: '@profile.name@' +# active: dev -- Gitblit v1.9.3