加幸运币统计字段-前端加幸运值统计

This commit is contained in:
2025-12-22 17:58:41 +08:00
parent 48f6ce44ab
commit b8a55853d5

View File

@@ -144,6 +144,7 @@ class Room extends GuildAdmin
$total_consumption += $rum_lists[$k]['consumption'];
//幸运币统计
$where_lucky = [];
if($search_stime !== ''){
$where_lucky['createtime'] = ['>=', strtotime($search_stime)];
}
@@ -167,6 +168,7 @@ class Room extends GuildAdmin
//分页
$rum_lists = array_slice($rum_lists, ($page-1)*$page_limit, $page_limit);
//幸运币统计
$where_lucky = [];
if($search_stime !== ''){
$where_lucky['createtime'] = ['>=', strtotime($search_stime)];
}