Browse Source

报销调整

sangwenwei 1 year ago
parent
commit
f94a509c6c

+ 1 - 1
jeeplus-modules/jeeplus-system/src/main/java/com/jeeplus/sys/controller/UserController.java

@@ -1030,7 +1030,7 @@ public class UserController {
         UserDTO currentUserDTO = UserUtils.getCurrentUserDTO();
         for (RoleDTO roleDTO : currentUserDTO.getRoleDTOList()) {
             if (ObjectUtils.isNotEmpty(roleDTO)){
-                if ("zj".equals(roleDTO.getEnName())){
+                if ("dgsbx".equals(roleDTO.getEnName())){
                     return true;
                 }
             }