fuyu 5 éve
szülő
commit
84c835585d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      application/inter/controller/Reciveremote.php

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

@@ -281,7 +281,7 @@ class Reciveremote extends Base
             $sql = "select ".$filed." from ".$table." where ".$where." order by ".$order." limit ".$limit;
             $options[] = ($page - 1) * $num;
             $options[] = $num;
-            // var_dump($sql);
+            var_dump($sql);
             $res = DB::query($sql, $options);
             // var_dump($res);
             return json_encode(['status'=>'ok','code'=>'0000','count'=>26,'info'=>$res,'sessionid'=>$sessionid]);