代码提交

This commit is contained in:
wong
2025-07-23 16:47:44 +08:00
parent 658f0b4f2c
commit 89b27ea293

View File

@@ -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;