fuyu 5 سال پیش
والد
کامیت
39dc4d535a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      application/inter/service/WechatService.php

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

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