Browse Source

update:修改查看病人当前监控详情接口

zhouzeyu 8 months ago
parent
commit
98172ae5ad

+ 1 - 1
nb-service/web-service/src/main/java/com/nb/web/service/bus/service/LocalBusPatientService.java

@@ -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());