yaodeguang 2 달 전
부모
커밋
a62e5be0c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/cn/hnthyy/thmz/service/impl/his/mz/MzChargeDetailServiceImpl.java

+ 1 - 1
src/main/java/cn/hnthyy/thmz/service/impl/his/mz/MzChargeDetailServiceImpl.java

@@ -1377,7 +1377,7 @@ public class MzChargeDetailServiceImpl implements MzChargeDetailService {
                 throw new MzException("请完善既往史内容!");
             }
             if (mzPrescriptionVo.getMzBlRecord().getEmrPe() == null || StringUtils.isBlank(mzPrescriptionVo.getMzBlRecord().getEmrPe())) {
-                throw new MzException("请完善体格检查!");
+                throw new MzException("请完善体格检查内容!");
             }
         }
          boolean checkWpFlag = wpMzPrescriptionService.checkMzPrescription(mzPrescriptionVo);