Parcourir la source

机台车间显示

qiuenguang il y a 1 an
Parent
commit
0d6ebbb0cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/api/controller/Manufacture.php

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

@@ -313,7 +313,7 @@ class Manufacture extends Api
         if (isset($param['sort'])){
             $where['使用部门'] = '智能车间';
         }else{
-            $where['使用部门'] = ['in',['印刷车间','印后车间']];
+            $where['使用部门'] = ['<>','智能车间'];
         }
         $data = [];
         $department = \db('设备_基本资料')