cqp 7 달 전
부모
커밋
f41267b29b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Service/OrderService.php

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