|
|
@@ -640,7 +640,7 @@ public class LocalBusPatientService extends BaseService<BusPatientMapper, BusPat
|
|
|
PatientMonitorDetailResult result = new PatientMonitorDetailResult();
|
|
|
BusPatientEntity patient = patientService.getById(patientId);
|
|
|
if(patient==null){
|
|
|
- throw new CustomException("该住院号信息不存在,请刷新后重试");
|
|
|
+ throw new CustomException("该病人信息不存在,请刷新后重试");
|
|
|
}
|
|
|
|
|
|
BusClinicEntity clinic = clinicService.getById(patient.getClinicId());
|