Ver Fonte

删除没用的注释

lighter há 2 anos atrás
pai
commit
6ecc331dd3

+ 1 - 1
src/main/java/thyyxxk/webserver/service/inpatient/DismissService.java

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