Browse Source

修改代码

fuyu 5 years ago
parent
commit
2e7c88179b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/inter/controller/Reciveremote.php

+ 1 - 0
application/inter/controller/Reciveremote.php

@@ -291,6 +291,7 @@ class Reciveremote extends Base
             log::record($options);
             log::record("---countSql-options----");
             $count = DB::query($countSql, $options);
+            var_dump($count);
             $options[] = ($page - 1) * $num;
             $options[] = $num;
             log::record("----sql----");