|
@ -485,6 +485,12 @@ public class BaseDoctorService extends BaseJpaService<BaseDoctorDO, BaseDoctorDa
|
|
|
baseDoctorRoleService.delete(roleIdList.toArray());
|
|
|
}
|
|
|
|
|
|
}else{
|
|
|
BaseDoctorRoleDO baseDoctorRoleDO = null;
|
|
|
Set<Object> roleIdList = baseDoctorRoleService.findRoleIdList(baseDoctorDO.getId());
|
|
|
if(roleIdList.size() > 0){
|
|
|
baseDoctorRoleService.delete(roleIdList.toArray());
|
|
|
}
|
|
|
}
|
|
|
|
|
|
// 修改医生任职机构及职业信息,,医生默认可以没有机构/部门信息,前端不修改就不做任何操作
|