|
|
@ -495,6 +495,8 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|
/* if (dcEvent.getDcEventAccident() != null) { |
|
|
|
|
|
|
|
}*/ |
|
|
|
DcEventAccident dcEventAccident =new DcEventAccident(); |
|
|
|
dcEvent.setDcEventAccident(dcEventAccident); |
|
|
|
dcEvent.getDcEventAccident().setId(uuid); |
|
|
|
dcEvent.getDcEventAccident().setReporterName("视频AI"); |
|
|
|
dcEvent.getDcEventAccident().setReporterPhoneNumber("96659"); |
|
|
@ -506,7 +508,8 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|
/* if (dcEvent.getDcEventVehicleAccident() != null) { |
|
|
|
|
|
|
|
}*/ |
|
|
|
|
|
|
|
DcEventVehicleAccident dcEventVehicleAccident =new DcEventVehicleAccident(); |
|
|
|
dcEvent.setDcEventVehicleAccident(dcEventVehicleAccident); |
|
|
|
dcEvent.getDcEventVehicleAccident().setReporterName("视频AI"); |
|
|
|
dcEvent.getDcEventVehicleAccident().setReporterPhoneNumber("96659"); |
|
|
|
dcEvent.getDcEventVehicleAccident().setLocationType(1l);//高速主线
|
|
|
@ -518,6 +521,8 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|
/* if (dcEvent.getDcEventTrafficControl() != null) { |
|
|
|
|
|
|
|
} */ |
|
|
|
DcEventTrafficControl dcEventTrafficControl =new DcEventTrafficControl(); |
|
|
|
dcEvent.setDcEventTrafficControl(dcEventTrafficControl); |
|
|
|
dcEvent.getDcEventTrafficControl().setControlType(1L);//限行
|
|
|
|
dcEvent.getDcEventTrafficControl().setControlCause(2L);//交通事故
|
|
|
|
dcEvent.getDcEventTrafficControl().setId(uuid); |
|
|
@ -528,6 +533,8 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|
/* if (dcEvent.getDcEventTrafficCongestion() != null) { |
|
|
|
|
|
|
|
}*/ |
|
|
|
DcEventTrafficCongestion dcEventTrafficCongestion =new DcEventTrafficCongestion(); |
|
|
|
dcEvent.setDcEventTrafficCongestion(dcEventTrafficCongestion); |
|
|
|
dcEvent.getDcEventTrafficCongestion().setId(uuid); |
|
|
|
dcEvent.getDcEventTrafficCongestion().setCongestionMileage(0F);//拥堵里程(公里)
|
|
|
|
dcEvent.getDcEventTrafficCongestion().setCongestionCause(5l);//拥堵原因1-车流量大 2-交通事故 3-恶劣天气 4-施工 5-其他
|
|
|
@ -545,6 +552,8 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|
/* if (dcEvent.getDcEventConstruction() != null) { |
|
|
|
|
|
|
|
}*/ |
|
|
|
DcEventConstruction dcEventConstruction =new DcEventConstruction(); |
|
|
|
dcEvent.setDcEventConstruction(dcEventConstruction); |
|
|
|
dcEvent.getDcEventConstruction().setId(uuid); |
|
|
|
dcEvent.getDcEventConstruction().setControlMode(1l);//封闭
|
|
|
|
int i2 = dcEventConstructionMapper.insertDcEventConstruction(dcEvent.getDcEventConstruction()); |
|
|
@ -554,6 +563,8 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|
/* if (dcEvent.getDcEventServiceArea() != null) { |
|
|
|
|
|
|
|
}*/ |
|
|
|
DcEventServiceArea dcEventServiceArea =new DcEventServiceArea(); |
|
|
|
dcEvent.setDcEventServiceArea(dcEventServiceArea); |
|
|
|
dcEvent.getDcEventServiceArea().setId(uuid); |
|
|
|
int i3 = dcEventServiceAreaMapper.insertDcEventServiceArea(dcEvent.getDcEventServiceArea()); |
|
|
|
break; |
|
|
@ -564,6 +575,8 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|
case 10: |
|
|
|
/* if (dcEvent.getDcEventAbnormalWeather() != null) { |
|
|
|
}*/ |
|
|
|
DcEventAbnormalWeather dcEventAbnormalWeather =new DcEventAbnormalWeather(); |
|
|
|
dcEvent.setDcEventAbnormalWeather(dcEventAbnormalWeather); |
|
|
|
dcEvent.getDcEventAbnormalWeather().setId(uuid); |
|
|
|
dcEvent.getDcEventAbnormalWeather().setWeatherSituation("1-1");//雨雾
|
|
|
|
dcEvent.getDcEventAbnormalWeather().setEmergencyLevel(1l);//等级 1一班
|
|
|
|