fuyu 5 năm trước cách đây
mục cha
commit
39dc4d535a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
   }