From e7d81093514813646bc18fb4205308d410325e9b Mon Sep 17 00:00:00 2001 From: liujun Date: Thu, 29 Feb 2024 16:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E5=9B=A2=E5=8D=95=E4=BD=8D=E5=8D=95?= =?UTF-8?q?=E9=80=89=E5=8F=98=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/zcloud/controller/xgf/FlowTrainController.java | 2 ++ src/main/resources/application.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/zcloud/controller/xgf/FlowTrainController.java b/src/main/java/com/zcloud/controller/xgf/FlowTrainController.java index b81c7e6e..09495e8d 100644 --- a/src/main/java/com/zcloud/controller/xgf/FlowTrainController.java +++ b/src/main/java/com/zcloud/controller/xgf/FlowTrainController.java @@ -185,6 +185,8 @@ public class FlowTrainController extends BaseController { break; case "1": case "2": + case "3": + case "4": map.put("Department", "指定监管部门"); map.put("User", "指定监管部门审批人"); break; diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index dd259ac5..3d07f3f7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,7 +6,7 @@ server.port=8091 #����31ʱʹ�� #spring.profiles.active=dev #?? -spring.profiles.active=master +#spring.profiles.active=master