Jelajahi Sumber

设备跟踪左侧菜单

qiuenguang 1 tahun lalu
induk
melakukan
1d50d77d91
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      application/api/controller/Facility.php

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

@@ -34,7 +34,7 @@ class Facility extends Api
         if (isset($param['sort'])){
             $where['使用部门'] = '智能车间';
         }else{
-            $where['使用部门'] = ['in',['印刷车间','印后车间']];
+            $where['使用部门'] = ['<>','智能车间'git ];
         }
         $data = [];
         $date = date('Y-m-d 00:00:00',time()-3888000);