fuyu vor 5 Jahren
Ursprung
Commit
a8671c9b0d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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) {