Commit 584a7aae authored by kevin's avatar kevin

#

parent 6f3d85e3
...@@ -325,7 +325,7 @@ public class ReportController { ...@@ -325,7 +325,7 @@ public class ReportController {
@RequestParam(value = "specialConsiderations", defaultValue = "0") Integer specialConsiderations, @RequestParam(value = "specialConsiderations", defaultValue = "0") Integer specialConsiderations,
@RequestParam(value = "ebitRate", defaultValue = "1") String ebitRate, @RequestParam(value = "ebitRate", defaultValue = "1") String ebitRate,
@RequestParam(value = "reportId") Long reportId) { @RequestParam(value = "reportId") Long reportId) {
OperationResultDto operationResultDto<EbitCell> = new OperationResultDto(); OperationResultDto operationResultDto = new OperationResultDto();
try{ try{
operationResultDto.setData(reportService.loadEbitData(orgId, period, specialConsiderations, ebitRate)); operationResultDto.setData(reportService.loadEbitData(orgId, period, specialConsiderations, ebitRate));
new Thread(()->{ new Thread(()->{
......
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