Forráskód Böngészése

fix 公众号发送

liuzejian 1 éve
szülő
commit
4fd54cdbaf
1 módosított fájl, 1 hozzáadás és 1 törlés
  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],