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