修改登录时优惠卷发放时机
This commit is contained in:
@@ -163,6 +163,7 @@ class OrderProduct extends Model
|
||||
"OrderProductItem:product_item_id,order_product_id,product_id,product_name,amount,manufacturer,product_cover_img,product_spec",
|
||||
])
|
||||
->where($params)
|
||||
->orderBy("created_at",'desc')
|
||||
->paginate($per_page, $fields, "page", $page);
|
||||
|
||||
$data = array();
|
||||
|
||||
Reference in New Issue
Block a user