Jelajahi Sumber

当班明细

qiuenguang 1 tahun lalu
induk
melakukan
a96f8431d4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,