微信模版消息

This commit is contained in:
ASUS 2025-10-20 17:08:53 +08:00
parent 013a4ce5b6
commit b7297f1b82
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class SendWechatTemp implements Consumer
->where('su.main_shop_id', $shop_id)
->where('ui.wechat_ac_open_id', '<>', '')
->whereNotNull('ui.wechat_ac_open_id')
->find('DISTINCT ui.wechat_ac_open_id,ui.id,ui.phone')
->field('DISTINCT ui.wechat_ac_open_id,ui.id,ui.phone')
->select();
}
Log::info('模版消息用户列表' . json_encode($user_list));