|
@@ -210,7 +210,7 @@ public class DismissService {
|
|
|
throw new BizException(ExceptionEnum.LOGICAL_HTML_ERROR, dischargeErrorMessage(unreceivedDrug));
|
|
|
}
|
|
|
if (dao.hasUnreceivedFees(patNo, times, tmpendtime) > 0) {
|
|
|
- throw new BizException(ExceptionEnum.LOGICAL_ERROR, "此患者有未接收的费用。");
|
|
|
+ throw new BizException(ExceptionEnum.LOGICAL_ERROR, "此患者有未接收的费用,请联系医技科室确认或取消。");
|
|
|
}
|
|
|
if (dao.hasUnSubmitDrugList(patNo, times) > 0) {
|
|
|
throw new BizException(ExceptionEnum.LOGICAL_ERROR, "此患者有未提交的药单。");
|