|
@@ -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) {
|