lock
This commit is contained in:
@@ -85,7 +85,7 @@ class SendWechatTemp implements Consumer
|
|||||||
->where('ui.is_ac', 1)
|
->where('ui.is_ac', 1)
|
||||||
->where('ui.wechat_ac_open_id', '<>', '')
|
->where('ui.wechat_ac_open_id', '<>', '')
|
||||||
->whereNotNull('ui.wechat_ac_open_id')
|
->whereNotNull('ui.wechat_ac_open_id')
|
||||||
->field('DISTINCT ui.wechat_ac_open_id,ui.id,ui.phone,ui.id as u_user_id')
|
->field('DISTINCT ui.wechat_ac_open_id,ui.id,ui.phone,ui.id as u_user_id,ui.wechat_ac_open_id')
|
||||||
->select();
|
->select();
|
||||||
}
|
}
|
||||||
Log::info('模版消息用户列表' . json_encode($user_list));
|
Log::info('模版消息用户列表' . json_encode($user_list));
|
||||||
|
|||||||
Reference in New Issue
Block a user