From 593ca490ec4574f0d156074d0201a1822e1906ae Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Fri, 19 May 2023 14:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=91=E7=AE=A1=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Command/ReportPreProductOrderCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Command/ReportPreProductOrderCommand.php b/app/Command/ReportPreProductOrderCommand.php index 0efc510..dcd829f 100644 --- a/app/Command/ReportPreProductOrderCommand.php +++ b/app/Command/ReportPreProductOrderCommand.php @@ -70,7 +70,7 @@ class ReportPreProductOrderCommand extends HyperfCommand $this->saveOrderProductPeportPreStatus($item['order_product_id'],2,"超出最大上报次数"); // 修改失败时药品订单数据 - $this->savePreFailedOrderStatus($item['order_product_id'],"复核失败"); + $this->savePreFailedOrderStatus($item['order_product_id'],"药房处方复核失败,平台会在24小时内进行退款处理"); // 退款 $OrderProductService = new OrderProductService();