优化:Give_Gift 表查询处理
This commit is contained in:
@@ -328,7 +328,7 @@ class Statistical extends adminApi
|
||||
'count' => $count,
|
||||
'lists' => $lists,
|
||||
'total' =>[
|
||||
'total_price' => db::name('vs_give_gift')->where($where)->sum('total_price'),
|
||||
'total_price' => db::name($table_name)->where($where)->sum('total_price'),
|
||||
'total_lucky_coin' => db::name('vs_room_luck_value')->where($where_lucky)->sum('luck_value'),
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user