소스 검색

fix 公众号发送

liuzejian 1 년 전
부모
커밋
4fd54cdbaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Jobs/WechatPlatform/GZHSendKFMessage.php

+ 1 - 1
app/Jobs/WechatPlatform/GZHSendKFMessage.php

@@ -168,7 +168,7 @@ class GZHSendKFMessage implements ShouldQueue
 
     private function getGZH() {
         $gzh = DB::table('wechat_authorization_infos as a')
-            ->join('wechat_open_platform_infos as o', 'a.component_appid', 'o.app_id')
+            ->join('wechat_open_platform_infos as b', 'a.component_appid', 'b.app_id')
             ->where([
                 ['a.id', '=', $this->info['gzhId']],
                 ['a.is_enabled', '=', 1],