修改登录时优惠卷发放时机

This commit is contained in:
2023-04-27 18:42:14 +08:00
parent 0bb46d2706
commit fc165bd067
2 changed files with 23 additions and 18 deletions
+1
View File
@@ -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();