|
@ -280,9 +280,9 @@ public class ConsultTeamService extends ConsultService {
|
|
|
// member = doctorTeamDoctor.findDoctorJiating2ByTeam(doctorTeam.getCode(), 2);
|
|
|
// }
|
|
|
}
|
|
|
if (member == null) {
|
|
|
throw new Exception("找不到签约服务团队医生");
|
|
|
}
|
|
|
// if (member == null) {
|
|
|
// throw new Exception("找不到签约服务团队医生");
|
|
|
// }
|
|
|
int count = consultTeamDao.countByPatient(patient, memberCode);
|
|
|
return count > 0;
|
|
|
}
|