|
@@ -348,6 +348,9 @@ public class PatientService {
|
|
|
if (StringUtil.isBlank(patient.getDutyNurse())) {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "责任护士不能为空!");
|
|
|
}
|
|
|
+ if (StringUtil.isBlank(patient.getReferPhysician())) {
|
|
|
+ return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "管床医生不能为空!");
|
|
|
+ }
|
|
|
if (StringUtil.isBlank(patient.getCountry())) {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "国籍不能为空!");
|
|
|
}
|