Bladeren bron

修复 bug

weiximei 6 jaren geleden
bovenliggende
commit
01b86b3ff0

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/SocialServiceImpl.java Bestand weergeven

@@ -383,7 +383,7 @@ public class SocialServiceImpl implements SocialServiceI {
383 383
 
384 384
         //身份为家属租客,状态为已停用
385 385
         if (Constant.INVALID.equals(taUser.getStatus())
386
-                && (Constant.RELATION.equals(sysRole.getRoleName())) || Constant.TENANT.equals(sysRole.getRoleName())){
386
+                && ((Constant.RELATION.equals(sysRole.getRoleName())) || Constant.TENANT.equals(sysRole.getRoleName()))){
387 387
 
388 388
             responseBean.addError("9996", "您的身份已停用,请联系物业");
389 389
             return responseBean;