Ver código fonte

设备跟踪左侧菜单

qiuenguang 1 ano atrás
pai
commit
5847c2bea2
1 arquivos alterados com 1 adições e 1 exclusões
  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'])){
         if (isset($param['sort'])){
             $where['使用部门'] = '智能车间';
             $where['使用部门'] = '智能车间';
         }else{
         }else{
-            $where['使用部门'] = ['<>','智能车间'git ];
+            $where['使用部门'] = ['<>','智能车间'];
         }
         }
         $data = [];
         $data = [];
         $date = date('Y-m-d 00:00:00',time()-3888000);
         $date = date('Y-m-d 00:00:00',time()-3888000);