Commit 51e395c5 authored by 李秀明's avatar 李秀明

装备确警返回增加赋值

parent 4870576a
...@@ -476,6 +476,7 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService { ...@@ -476,6 +476,7 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
PlanEquipment planEquipment = all.isEmpty() ? null : all.get(0); PlanEquipment planEquipment = all.isEmpty() ? null : all.get(0);
if (planEquipment != null) { if (planEquipment != null) {
vo = new ContingencyPlanParamVo(); vo = new ContingencyPlanParamVo();
vo.setFireEquipmentId(planEquipment.getFireEquipmentId());
vo.setPlanId(planEquipment.getPlanId().toString()); vo.setPlanId(planEquipment.getPlanId().toString());
vo.setStatus(ContingencyPlanStatusEnum.ONGOING.getCode()); vo.setStatus(ContingencyPlanStatusEnum.ONGOING.getCode());
vo.setRiskType(riskType); vo.setRiskType(riskType);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment