From 74e662fe03b3132f5b964350d174c5bba74c2cdf Mon Sep 17 00:00:00 2001 From: halley Date: Thu, 16 Apr 2026 16:07:39 +0800 Subject: [PATCH] 新增业务类型 --- urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java b/urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java index 63d2e3b..2956a73 100644 --- a/urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java +++ b/urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java @@ -28,7 +28,7 @@ public enum BusiLineTeamLeaderRoleCodeEnum { // 注意:枚举类必须用enum ROLECODE_ZX("zx", "team_leader_zxgl"), - ROLECODE_HJ("zx", "team_leader_hjws"), + ROLECODE_HJ("hj", "team_leader_hjws"), /** 园林业务线-角色编码 */ ROLECODE_YL("yl", "team_leader_yl"); // 最后一个常量必须以分号结尾 -- libgit2 0.21.4