代码提交

This commit is contained in:
wong
2025-10-14 17:03:05 +08:00
parent f2c25927eb
commit da63930f5e
9 changed files with 369 additions and 188 deletions

View File

@@ -157,7 +157,7 @@ class Adapter implements WeChatServiceInterface
{
$task = Db::name('customer_acquisition_task')
->where(['status' => 1, 'deleteTime' => 0])
->whereRaw("id % $process_count_for_status_0 = {$current_worker_id}")
/* ->whereRaw("id % $process_count_for_status_0 = {$current_worker_id}")*/
->order('id desc')
->select();