|
@@ -65,8 +65,8 @@ public class DatacenterController {
|
|
|
@GetMapping("/consumer/dataquery//realtimeExport")
|
|
|
public R realtimeExport(@RequestParam(value = "tableid",required = true)String tableid,
|
|
|
@RequestParam(value = "pointId",required = false)String pointId,
|
|
|
- @RequestParam(value = "pointName",required = false)String pointName, HttpServletResponse response) throws IOException{
|
|
|
- return datacenterApi.realtimeExport(tableid,pointId,pointName,response);
|
|
|
+ @RequestParam(value = "pointName",required = false)String pointName) throws IOException{
|
|
|
+ return datacenterApi.realtimeExport(tableid,pointId,pointName);
|
|
|
}
|
|
|
|
|
|
}
|