|
|
@@ -583,7 +583,7 @@ class OrderService extends Service
|
|
|
->where('b.type',WxEmployeeOfficial::login_type_one)
|
|
|
->where('b.appid',$appid)
|
|
|
->whereIn('a.reminder_id', array_column($reminders,'id'))
|
|
|
- ->select('a.reminder_id','a.customer_supply_id','a.openid')
|
|
|
+ ->select('a.reminder_id','a.customer_supply_id','b.openid')
|
|
|
->get()->toArray();
|
|
|
if (empty($details)) return [false, '未找到任何可发送的微信消息的供应商'];
|
|
|
|