소스 검색

修改代码

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);