|
@ -1552,9 +1552,17 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
} |
|
|
} |
|
|
} else if ("dcEventConstruction.trafficCondition".equals(result.getRightPath())) { |
|
|
} else if ("dcEventConstruction.trafficCondition".equals(result.getRightPath())) { |
|
|
if ("1".equals(result.getRight())) { |
|
|
if ("1".equals(result.getRight())) { |
|
|
result.setRight("通行正常"); |
|
|
result.setRight("通行受限"); |
|
|
} else if ("2".equals(result.getRight())) { |
|
|
} else if ("2".equals(result.getRight())) { |
|
|
result.setRight("通行受阻"); |
|
|
result.setRight("车辆谨慎慢行"); |
|
|
|
|
|
} else if ("3".equals(result.getRight())) { |
|
|
|
|
|
result.setRight("车辆正常通行"); |
|
|
|
|
|
} |
|
|
|
|
|
} else if ("dcEventConstruction.constructionMethod".equals(result.getRightPath())) { |
|
|
|
|
|
if ("1".equals(result.getRight())) { |
|
|
|
|
|
result.setRight("车道"); |
|
|
|
|
|
} else if ("2".equals(result.getRight())) { |
|
|
|
|
|
result.setRight("其他"); |
|
|
} |
|
|
} |
|
|
} else if ("dcEventServiceArea.disableFacility".equals(result.getRightPath())) { |
|
|
} else if ("dcEventServiceArea.disableFacility".equals(result.getRightPath())) { |
|
|
if ("1".equals(result.getRight())) { |
|
|
if ("1".equals(result.getRight())) { |
|
|