加幸运币统计字段-修改

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

@@ -271,6 +271,7 @@ class Statistical extends adminApi
$label = db::name('vs_room')->where('id', $value['from_id'])->value('label_id');
$lists[$key]['label'] = db::name('vs_room_label')->where('id', $label)->value('label_name');
//幸运币统计
$where_lucky = [];
if($begin_time !== ''){
$where_lucky['createtime'] = ['>=', strtotime($begin_time)];
}