fuyu 6 anni fa
parent
commit
bd64ef223c
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      application/inter/controller/Reciveremote.php

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

@@ -230,7 +230,8 @@ class Reciveremote extends Base
                 "start" => 0,
                 "number" => 20
             ];
-            var_dump(DB::query($sql, $options)->fetchSql());
+            var_dump($sql);
+            // var_dump(DB::query($sql, $options)->fetchSql());
         // $db->execute(SQLServerHelp::SET_LIS_DEPARTEMT_SQL,$departemt);
     }