1.新增时间筛选功能

This commit is contained in:
2026-06-14 13:08:32 +08:00
parent b20a1d276f
commit 0d19e4b6c4
29 changed files with 1011 additions and 88 deletions

View File

@@ -187,6 +187,8 @@ class DicePlayerController extends BaseController
['status', ''],
['coin', ''],
['lottery_config_id', ''],
['create_time_min', ''],
['create_time_max', ''],
]);
$query = $this->logic->search($where);
AdminScopeHelper::applyAdminScope($query, $this->adminInfo ?? null, $request->input('dept_id'));