Browse Source

修改药单提示

lighter 2 years ago
parent
commit
a36823ba43

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

@@ -209,7 +209,7 @@ public class DismissService {
         }
         if (dao.hasUntreatedDrugWithdrawalOrder(patNo, times) > 0) {
             ExceptionEnum exception = ExceptionEnum.LOGICAL_ERROR;
-            exception.setMessage("此患者有未处理的药品退药单。");
+            exception.setMessage("此患者有未处理的药单,请联系药房处理。");
             throw new BizException(exception);
         }
         if (dao.hasUnconfirmedMedicalTech(patNo, times, tmpendtime) > 0) {