|
|
@@ -276,7 +276,6 @@ class Facility extends Api
|
|
|
$machine = $params['machine'];
|
|
|
$machineCode = \db('dic_lzde')->where('适用机型',$machine)->value('sys_bh');
|
|
|
$data = \db('设备_产量采集')->where('设备编号',$machine)->order('UniqId desc')->find();
|
|
|
- halt($data);
|
|
|
$list = [];
|
|
|
if (!empty($data['工单编号'])){
|
|
|
$endTime = \db('工单_工艺资料')
|