|
@ -94,6 +94,7 @@ public interface DcSdhsEventMapper |
|
|
*/ |
|
|
*/ |
|
|
List<DcSdhsEvent> selectAccidentModelAnalysis(@Param("type") String type, @Param("time") String time); |
|
|
List<DcSdhsEvent> selectAccidentModelAnalysis(@Param("type") String type, @Param("time") String time); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//事故多发路段分析
|
|
|
//事故多发路段分析
|
|
|
List<HashMap<String,Object>> accidentSectionAnalysis(@Param("type") String type,@Param("thisTime") String thisTime); |
|
|
List<HashMap<String,Object>> accidentSectionAnalysis(@Param("type") String type,@Param("thisTime") String thisTime); |
|
|
//事件类型分析
|
|
|
//事件类型分析
|
|
|