feat: 彩票业务迁移并补全后台权限与代理结算体系
This commit is contained in:
@@ -93,6 +93,7 @@ final class DrawRngRunner
|
||||
->orWhereDoesntHave('resultBatches');
|
||||
})
|
||||
->orderBy('draw_time')
|
||||
->limit((int) config('lottery.draw_tick_rng_limit', 3))
|
||||
->pluck('id');
|
||||
|
||||
foreach ($ids as $drawId) {
|
||||
|
||||
Reference in New Issue
Block a user