Merge branch 'master' of E:\mn\pqs with conflicts.
This commit is contained in:
@@ -137,7 +137,9 @@ public class ReportController extends BaseController {
|
||||
@ApiOperation("监测点报告导出")
|
||||
@ApiImplicitParam(name = "exportParam", value = "监测点报告导出参数", required = true)
|
||||
public void getLineExport(@RequestBody @Validated ExportParam exportParam, HttpServletResponse response) throws IOException, InvalidFormatException, TemplateException, ParseException {
|
||||
// @RequestParam(name = "lineIndex") String lineIndex,@RequestParam(name = "startTime") String startTime,@RequestParam(name = "endTime") String endTime,@RequestParam("flag")Integer flag
|
||||
reportService.getLineExport(exportParam,response);
|
||||
|
||||
// @RequestParam(name = "lineIndex") String lineIndex,@RequestParam(name = "startTime") String startTime,@RequestParam(name = "endTime") String endTime,@RequestParam("flag")Integer flag
|
||||
// ExportParam exportParam = new ExportParam();
|
||||
// exportParam.setFlag(flag);
|
||||
// exportParam.setXq(true);
|
||||
@@ -169,7 +171,7 @@ public class ReportController extends BaseController {
|
||||
// simpleDTO.setSort(0);
|
||||
// simpleDTO.setCode("Power_Network");
|
||||
// exportParam.setStatisticalType(simpleDTO);
|
||||
reportService.getLineExport(exportParam,response);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user