代码提交
This commit is contained in:
@@ -1000,6 +1000,7 @@ class Adapter implements WeChatServiceInterface
|
||||
// 1. 获取要处理的wechatId和companyId列表
|
||||
$customerList = Db::table('ck_device_wechat_login')
|
||||
->field('DISTINCT wechatId, companyId')
|
||||
->order('id DESC')
|
||||
->select();
|
||||
|
||||
$totalAffected = 0;
|
||||
|
||||
Reference in New Issue
Block a user