浏览代码

就诊体格检查必填

yaodeguang 2 月之前
父节点
当前提交
d940631516
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/java/cn/hnthyy/thmz/service/impl/his/mz/MzChargeDetailServiceImpl.java

+ 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){