|
|
@ -54,6 +54,11 @@ public class DCPerceivedEventsWarningController extends BaseController { |
|
|
|
List<DcWarning> list = perceivedEventsWarningService.selectPerceivedEventsList(dcWarning); |
|
|
|
return getDataTable(list); |
|
|
|
} |
|
|
|
//首页感知事件列表
|
|
|
|
@PostMapping("/warningList") |
|
|
|
public AjaxResult getWarningList(@RequestBody DcWarning dcWarning){ |
|
|
|
return AjaxResult.success(perceivedEventsWarningService.selectPerceivedEventsList(dcWarning)); |
|
|
|
} |
|
|
|
//查询感知数量按照路段数量进行排名
|
|
|
|
@PostMapping("/sectionPerceivedList") |
|
|
|
public AjaxResult getSectionPerceivedEventsList(){ |
|
|
|