Explorar el Código

fix 公众号发送

liuzejian hace 1 año
padre
commit
4fd54cdbaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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],