فهرست منبع

优化代码2

wangfeng 5 سال پیش
والد
کامیت
a346ff18e7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mrman-service/src/main/java/com/diagbot/facade/StdBehospitalInfoFacade.java

+ 1 - 1
mrman-service/src/main/java/com/diagbot/facade/StdBehospitalInfoFacade.java

@@ -134,7 +134,7 @@ public class StdBehospitalInfoFacade extends StdBehospitalInfoServiceImpl {
                 .eq("hospital_id", sthospitalInfoFindVO.getHospitalId());
         MedBehospitalInfo medBehospitalInfo = medBehospitalInfoFacade.getOne(medbeHQuery);
         if (medBehospitalInfo == null) {
-            throw new CommonException(CommonErrorCode.NOT_EXISTS, "该病例没有找到");
+            throw new CommonException(CommonErrorCode.NOT_EXISTS, "暂无病历记录");
         }
         QueryWrapper<StdBehospitalInfo> stdBehospitalInfoQuery = new QueryWrapper<>();
         stdBehospitalInfoQuery