|
@ -486,7 +486,6 @@ public class BaseDoctorService extends BaseJpaService<BaseDoctorDO, BaseDoctorDa
|
|
}
|
|
}
|
|
|
|
|
|
}else{
|
|
}else{
|
|
BaseDoctorRoleDO baseDoctorRoleDO = null;
|
|
|
|
Set<Object> roleIdList = baseDoctorRoleService.findRoleIdList(baseDoctorDO.getId());
|
|
Set<Object> roleIdList = baseDoctorRoleService.findRoleIdList(baseDoctorDO.getId());
|
|
if(roleIdList.size() > 0){
|
|
if(roleIdList.size() > 0){
|
|
baseDoctorRoleService.delete(roleIdList.toArray());
|
|
baseDoctorRoleService.delete(roleIdList.toArray());
|