Browse Source

update

yangzhenli
yangzhenli 1 year ago
parent
commit
cd52d180de
  1. 2
      jnpf-tendering-biz/src/main/java/jnpf/service/impl/CustomAuthServiceImpl.java

2
jnpf-tendering-biz/src/main/java/jnpf/service/impl/CustomAuthServiceImpl.java

@ -127,7 +127,7 @@ public class CustomAuthServiceImpl implements CustomAuthService { @@ -127,7 +127,7 @@ public class CustomAuthServiceImpl implements CustomAuthService {
}
idsList.add(userInfo.getUserId());
value = idsList;
} else if (AuthorizeConditionEnum.USERANDUNDERALl.getCondition().equals(itemValue)) { //用户及用户下属
} else if ("@userAraSubordinatesAll".equals(itemValue)) { //用户及用户下属
List<String> idsList = new ArrayList<>();
String organizeId = userInfo.getOrganizeId();
OrganizeEntity organize = organizeApi.getInfoById(organizeId);

Loading…
Cancel
Save