微信模版消息
This commit is contained in:
parent
013a4ce5b6
commit
b7297f1b82
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue