mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
订单售后优化
This commit is contained in:
parent
e002e9b7f0
commit
69e6b9467e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user