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