cqp 3 сар өмнө
parent
commit
f41267b29b

+ 1 - 1
app/Service/OrderService.php

@@ -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, '未找到任何可发送的微信消息的供应商'];