|
|
@@ -224,7 +224,6 @@ class Facility extends Api
|
|
|
->where('Gy0_gdbh',$data['工单编号'])
|
|
|
->where('Gy0_sbbh','like','%'.$machine.'%')
|
|
|
->find();
|
|
|
-
|
|
|
$list = [];
|
|
|
if ($endTime['PD_WG'] === '1900-01-01 00:00:00'){
|
|
|
$list['工单编号'] = $data['工单编号'];
|
|
|
@@ -266,6 +265,7 @@ class Facility extends Api
|
|
|
];
|
|
|
}
|
|
|
}
|
|
|
+ $row = array_values($row);
|
|
|
$list['班组成员'] = $row;
|
|
|
$this->success('成功',$list);
|
|
|
}
|