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