Commit f01a3c73 authored by duanruiming's avatar duanruiming

[update] 微观大数据平台-解决统一返回错误

parent cd02a18a
......@@ -347,8 +347,9 @@ public class TrendController {
@ApiResponses({
@ApiResponse(code = 200, message = "OK", response = HttpServletResponse.class),
})
public void periodExcel(@RequestBody CommonCrossIdDateTimeVO crossIdDateTimeVO, HttpServletResponse response) throws Exception {
public JsonViewObject 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