|
@@ -122,7 +122,7 @@ public class ViewController extends Controller {
|
|
|
|
|
|
// ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
|
// tService.execute(() -> {
|
|
|
- dService.saveReport(params);
|
|
|
+ dService.saveReport(params);
|
|
|
// });
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|