@@ -528,7 +528,7 @@ class Facility extends Api
$workOrder = input('Gd_gdbh');
$team = input('team');
if (empty($machine) || empty($workOrder) || empty($team)){
- $this->error('参数错误');
+ $this->success('');
}
$where = [
'设备编号' => $machine,