瀏覽代碼

修改代码

fuyu 5 年之前
父節點
當前提交
062fc34a48
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/inter/service/WechatService.php

+ 1 - 1
application/inter/service/WechatService.php

@@ -72,7 +72,7 @@ class WechatService {
       $options[] = $phone;
     }
 
-    $sql = "select wx_openid as openid from user where id in (".$sql1." union ".sql2.")";
+    $sql = "select wx_openid as openid from user where id in (".$sql1." union ".$sql2.")";
     log::record('---------微信推送sql--------');
     log::record($sql);
     return Db::query($sql, $options);