|
@ -916,6 +916,11 @@ public class DoctorInfoService extends BaseService {
|
|
if (StringUtils.isEmpty(signFamily.getTeamCode())) {
|
|
if (StringUtils.isEmpty(signFamily.getTeamCode())) {
|
|
return -1;
|
|
return -1;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if(StringUtils.isNotEmpty(signFamily.getDoctorHealth())){
|
|
|
|
return -2;
|
|
|
|
}
|
|
|
|
|
|
Doctor newD = doctorDao.findByCode(newDoctorCode);
|
|
Doctor newD = doctorDao.findByCode(newDoctorCode);
|
|
//修改签约中的健康管理师
|
|
//修改签约中的健康管理师
|
|
signFamily.setDoctorHealth(newD.getCode());
|
|
signFamily.setDoctorHealth(newD.getCode());
|