fuyu hace 6 años
padre
commit
2e7c88179b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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----");