|
|
|
@ -203,6 +203,9 @@ public class HangerLocationServiceImpl extends ServiceImpl<HangerLocationMapper, |
|
|
|
|
sensorRecordMapper.insert(srmodel); |
|
|
|
|
arrSR.add(srmodel); |
|
|
|
|
} |
|
|
|
|
process.setStatus(2); |
|
|
|
|
zyPlanProcessMapper.updateById(process); |
|
|
|
|
|
|
|
|
|
//查找出
|
|
|
|
|
List<Sensor> senOut = sensorList.stream() |
|
|
|
|
.filter(Sensor -> Sensor.getStationId().equals(process.getStationId())) |
|
|
|
@ -226,6 +229,8 @@ public class HangerLocationServiceImpl extends ServiceImpl<HangerLocationMapper, |
|
|
|
|
sensorRecordMapper.insert(srmodel); |
|
|
|
|
arrSR.add(srmodel); |
|
|
|
|
} |
|
|
|
|
process.setStatus(3); |
|
|
|
|
zyPlanProcessMapper.updateById(process); |
|
|
|
|
//#endregion
|
|
|
|
|
|
|
|
|
|
//#region吊挂运行记录
|
|
|
|
|