fuyu 5 سال پیش
والد
کامیت
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) {