|
@@ -229,7 +229,7 @@ public class DismissService {
|
|
|
exception.setMessage("此患者有未接收的费用。");
|
|
|
throw new BizException(exception);
|
|
|
}
|
|
|
- if (dao.hasUnSubmitDrugList(patNo, times) > 0) { // 有未提交药物清单
|
|
|
+ if (dao.hasUnSubmitDrugList(patNo, times) > 0) {
|
|
|
ExceptionEnum exception = ExceptionEnum.LOGICAL_ERROR;
|
|
|
exception.setMessage("此患者有未提交的药单。");
|
|
|
throw new BizException(exception);
|