Commit 4789af10 authored by duanruiming's avatar duanruiming

[update] 微观大数据平台-优化返回异常

parent 6eb53761
......@@ -347,9 +347,8 @@ public class TrendController {
@ApiResponses({
@ApiResponse(code = 200, message = "OK", response = HttpServletResponse.class),
})
public JsonViewObject periodExcel(@RequestBody CommonCrossIdDateTimeVO crossIdDateTimeVO, HttpServletResponse response) throws Exception {
public void periodExcel(@RequestBody CommonCrossIdDateTimeVO crossIdDateTimeVO, HttpServletResponse response) throws Exception {
trendService.periodExcel(crossIdDateTimeVO, response);
return JsonViewObject.newInstance().success();
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment