|
@@ -416,7 +416,7 @@ public class LabRiskPlanAbnormalLogServiceImpl implements ILabRiskPlanAbnormalLo
|
|
|
List<LabRiskPlanAbnormalLogVO> riskPlanLogListByoneClickFire = labRiskPlanAbnormalLogMapper.adminSubByRiskPlan(labRiskPlanAbnormalLogVoByhard);
|
|
List<LabRiskPlanAbnormalLogVO> riskPlanLogListByoneClickFire = labRiskPlanAbnormalLogMapper.adminSubByRiskPlan(labRiskPlanAbnormalLogVoByhard);
|
|
|
if(riskPlanLogListByoneClickFire.size()>0){
|
|
if(riskPlanLogListByoneClickFire.size()>0){
|
|
|
HardwareOpreteActVO opreteVo = new HardwareOpreteActVO();
|
|
HardwareOpreteActVO opreteVo = new HardwareOpreteActVO();
|
|
|
- opreteVo.setHardWareName("一件灭火");
|
|
|
|
|
|
|
+ opreteVo.setHardWareName("一键灭火");
|
|
|
opreteVo.setOpreteMes(riskPlanLogListByoneClickFire.get(0).getRemark());
|
|
opreteVo.setOpreteMes(riskPlanLogListByoneClickFire.get(0).getRemark());
|
|
|
appVo.getVoiceOpreteActList().add(opreteVo);
|
|
appVo.getVoiceOpreteActList().add(opreteVo);
|
|
|
}
|
|
}
|