1.新增时间筛选功能
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user