Pārlūkot izejas kodu

就诊体格检查必填

yaodeguang 2 mēneši atpakaļ
vecāks
revīzija
d940631516

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

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