mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
订单售后错误
This commit is contained in:
@ -48,7 +48,6 @@ class OrderAftersaleService
|
||||
'where' => [
|
||||
'id' => intval($order_id),
|
||||
'user_id' => intval($user_id),
|
||||
'is_delete_time' => 0,
|
||||
],
|
||||
);
|
||||
$ret = OrderService::OrderList($data_params);
|
||||
|
||||
Reference in New Issue
Block a user