提交
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user