|
|
@@ -180,7 +180,8 @@ class MountHours extends Api
|
|
|
'上报机台' => $item['上报机台'],
|
|
|
'Uniqid' => $item['Uniqid'],
|
|
|
'班组长确认状态' => $this->getConfirmationStatus($item['班组长'], $item['班组长确认时间']),
|
|
|
- '统计确认状态' => $this->getConfirmationStatus($item['统计人员'], $item['统计确认时间'])
|
|
|
+ '统计确认状态' => $this->getConfirmationStatus($item['统计人员'], $item['统计确认时间']),
|
|
|
+ '关联ID' => $item['关联ID'],
|
|
|
];
|
|
|
}, $list);
|
|
|
}
|