|
|
@ -165,7 +165,7 @@ public class DcSdhsEventController { |
|
|
|
} |
|
|
|
@PostMapping("/export") |
|
|
|
@ApiOperation("导出") |
|
|
|
public void trafficSituationReport(HttpServletResponse response,@RequestBody DcSdhsEventQuery dcSdhsEventQuery) throws Exception { |
|
|
|
public void trafficSituationReport(HttpServletResponse response,DcSdhsEventQuery dcSdhsEventQuery) throws Exception { |
|
|
|
try { |
|
|
|
SimpleDateFormat df = new SimpleDateFormat(UniversalEnum.TIME_FORMAT_YEARS_MONTH_DAY.getValue()); |
|
|
|
String date = df.format(new Date()); |
|
|
|