fuyu 5 år sedan
förälder
incheckning
2e7c88179b
1 ändrade filer med 1 tillägg och 0 borttagningar
  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----");