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