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