|
|
@ -813,7 +813,9 @@ public class CustomerAgencyServiceImpl extends BaseServiceImpl<CustomerAgencyDao |
|
|
|
boolean party = false; |
|
|
|
//网格指导员角色
|
|
|
|
boolean gridParty = false; |
|
|
|
for (CustomerStaffRoleListResultDTO role : RoleList) { |
|
|
|
//2022.7.8 pc端党建声音发布单位取消角色限制
|
|
|
|
party = true; |
|
|
|
/*for (CustomerStaffRoleListResultDTO role : RoleList) { |
|
|
|
if (CustomerAgencyConstant.PARTY_PRINCIPALS.equals(role.getRoleKey())) { |
|
|
|
party = true; |
|
|
|
} |
|
|
@ -823,7 +825,7 @@ public class CustomerAgencyServiceImpl extends BaseServiceImpl<CustomerAgencyDao |
|
|
|
} |
|
|
|
if (!party && !gridParty) { |
|
|
|
return returnDTO; |
|
|
|
} |
|
|
|
}*/ |
|
|
|
|
|
|
|
//4:根据不同角色查询不同数据
|
|
|
|
CustomerAgencyEntity agencyEntity = baseDao.selectById(staffAgencyDTO.getAgencyId()); |
|
|
|