|
@@ -1616,9 +1616,6 @@ class Facility extends Api
|
|
|
if (!isset($params['machine']) || empty($params['machine'] )) {
|
|
if (!isset($params['machine']) || empty($params['machine'] )) {
|
|
|
$this->error('参数不能为空');
|
|
$this->error('参数不能为空');
|
|
|
}
|
|
}
|
|
|
- if (!isset($params['order']) || empty($params['order'])){
|
|
|
|
|
- $this->error('工单编号不能为空');
|
|
|
|
|
- }
|
|
|
|
|
if (empty($params['team_id']) || empty($params['sczl_bzdh'])){
|
|
if (empty($params['team_id']) || empty($params['sczl_bzdh'])){
|
|
|
$this->error('请先选择班组成员');
|
|
$this->error('请先选择班组成员');
|
|
|
}
|
|
}
|