|
|
@@ -151,7 +151,7 @@ class UserController
|
|
|
->exists();
|
|
|
$orderlist = Db::table('wa_payorder')
|
|
|
->where('user_id', $request->user_data['id'])
|
|
|
- ->where('type', 3)
|
|
|
+ ->where('goods_type', 3)
|
|
|
->where('is_pay', 2)
|
|
|
->where('created_at', '>=', '2025-12-02 00:00:00')
|
|
|
->where('created_at', '<=', '2025-12-02 23:59:59')
|