|
@@ -148,7 +148,6 @@ public class DismissService {
|
|
|
}
|
|
|
List<String> unreceivedDrug = dao.hasUnreceivedDrugList(patNo, times);
|
|
|
if (ListUtil.notBlank(unreceivedDrug)) {
|
|
|
-
|
|
|
throw new BizException(ExceptionEnum.LOGICAL_HTML_ERROR, dischargeErrorMessage("此患者有未接收的药单", unreceivedDrug));
|
|
|
}
|
|
|
if (dao.hasUnreceivedFees(patNo, times, tmpendtime) > 0) {
|