feat: 彩票业务迁移并补全后台权限与代理结算体系
This commit is contained in:
@@ -29,6 +29,7 @@ final class SettlementTickFinalizer
|
||||
$pending = SettlementBatch::query()
|
||||
->where('status', SettlementBatchStatus::PendingReview->value)
|
||||
->orderBy('id')
|
||||
->limit((int) config('lottery.draw_tick_finalize_limit', 5))
|
||||
->get();
|
||||
|
||||
foreach ($pending as $batch) {
|
||||
|
||||
Reference in New Issue
Block a user