修改监管平台

This commit is contained in:
wucongxing 2023-05-19 14:15:48 +08:00
parent 46f138bdcc
commit 593ca490ec

View File

@ -70,7 +70,7 @@ class ReportPreProductOrderCommand extends HyperfCommand
$this->saveOrderProductPeportPreStatus($item['order_product_id'],2,"超出最大上报次数"); $this->saveOrderProductPeportPreStatus($item['order_product_id'],2,"超出最大上报次数");
// 修改失败时药品订单数据 // 修改失败时药品订单数据
$this->savePreFailedOrderStatus($item['order_product_id'],"复核失败"); $this->savePreFailedOrderStatus($item['order_product_id'],"药房处方复核失败平台会在24小时内进行退款处理");
// 退款 // 退款
$OrderProductService = new OrderProductService(); $OrderProductService = new OrderProductService();