加幸运币统计字段-修改

This commit is contained in:
2025-12-22 10:00:36 +08:00
parent 1e69aa94a7
commit 88d21d0a6a
4 changed files with 4 additions and 2 deletions

View File

@@ -542,6 +542,7 @@ class Guild extends adminApi
$rum_lists[$k]['add_time'] = date('Y-m-d H:i:s',$v['createtime']);
$total_consumption += $rum_lists[$k]['consumption'];
//幸运币统计
$where_lucky = [];
if($search_stime !== ''){
$where_lucky['createtime'] = ['>=', strtotime($search_stime)];
}