qiuenguang 1 год назад
Родитель
Сommit
a96f8431d4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/api/controller/Facility.php

+ 1 - 1
application/api/controller/Facility.php

@@ -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,