This commit is contained in:
wong
2025-06-27 18:17:44 +08:00
parent 19eb05027e
commit c90385d9e8

View File

@@ -235,7 +235,7 @@ class Adapter implements WeChatServiceInterface
{ {
$tasks = Db::name('task_customer') $tasks = Db::name('task_customer')
->where('status', 1) ->whereIn('status', [1,3])
->limit(50) ->limit(50)
->select(); ->select();