|
@@ -98,7 +98,7 @@ public class DataqueryController {
|
|
@CrossOrigin(origins = "*", maxAge = 3600)
|
|
@CrossOrigin(origins = "*", maxAge = 3600)
|
|
public R realtimeExport(@RequestParam(value = "tableid",required = true)String tableid,
|
|
public R realtimeExport(@RequestParam(value = "tableid",required = true)String tableid,
|
|
@RequestParam(value = "pointId",required = false)String pointId,
|
|
@RequestParam(value = "pointId",required = false)String pointId,
|
|
- @RequestParam(value = "pointName",required = false)String pointName, HttpServletResponse response) throws IOException {
|
|
|
|
|
|
+ @RequestParam(value = "pointName",required = false)String pointName) throws IOException {
|
|
|
|
|
|
List<RealExport> list = dataqueryService.getRealtimeExport(tableid,pointId,pointName);
|
|
List<RealExport> list = dataqueryService.getRealtimeExport(tableid,pointId,pointName);
|
|
if (StringUtils.isNotNull(list)) {
|
|
if (StringUtils.isNotNull(list)) {
|