fuyu преди 6 години
родител
ревизия
a8671c9b0d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      application/inter/controller/Reciveremote.php

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

@@ -231,7 +231,7 @@ class Reciveremote extends Base
                 "start" => ($page - 1) * $num,
                 "number" => $num
             ];
-            $res = DB::query($sql, $options);
+            $res = DB::execute($sql, $options);
             var_dump($res);
         // $db->execute(SQLServerHelp::SET_LIS_DEPARTEMT_SQL,$departemt);
         } catch(\Exception $e) {