|
|
@@ -576,6 +576,7 @@ class Index extends Controller
|
|
|
$awards = Db::table('awards_order')->alias('o')
|
|
|
->leftJoin('awards_gift g', 'o.gift_id = g.id')
|
|
|
->field(['g.name as giftName', 'o.type', 'o.create_at', 'o.gift_id'])
|
|
|
+ ->where('o.uid', Safe::$user['uid'])
|
|
|
->select();
|
|
|
|
|
|
$res = [];
|