소스 검색

设备跟踪左侧菜单

qiuenguang 1 년 전
부모
커밋
1d50d77d91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);