springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/impl/PartyMemberServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/impl/PartyMemberServiceImpl.java
@@ -371,7 +371,7 @@ throw new ServiceException("无权审核"); } IdentityInformation identityInformation = identityInformationService.getCurrentIdentityInformation(loginUserInfo); if(identityInformation.getIdentity().equals(2)){ if(identityInformation.getIdentity().equals(1)){ throw new ServiceException("请切换至管理员身份"); } SystemUserLevel systemUserLevel = identityInformation.getSystemUserLevel();