|
|
|
@ -113,6 +113,10 @@ public class CustomerController {
|
|
|
|
|
List<AuthRoleAdmin> objects = new ArrayList<>();
|
|
|
|
|
if( byCustomerld !=null && byCustomerld.size()>0){
|
|
|
|
|
for (AuthAdmin authAdmin : byCustomerld) {
|
|
|
|
|
//修改关联的用户状态
|
|
|
|
|
authAdmin.setUserFlag(customerDetailEntity.getUserFlag());
|
|
|
|
|
authAdminService.updateAuthAdmin(authAdmin);
|
|
|
|
|
|
|
|
|
|
List<AuthRoleAdmin> authRoleAdmins = authRoleAdminService.listByAdminId(authAdmin.getId());
|
|
|
|
|
if(authRoleAdmins!=null && authRoleAdmins.size()>0) {
|
|
|
|
|
authRoleAdmin.setRole_id(Long.valueOf(customerDetailEntity.getRoleId()));
|
|
|
|
|