|
|
|
@ -545,7 +545,7 @@ public class TestController implements ApplicationEventPublisherAware {
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@GetMapping("/reports/ato_reports/royalpay_ato_report_{year}.bttps")
|
|
|
|
|
@ManagerMapping(value = "/reports/ato_reports/royalpay_ato_report_{year}.bttps", role = ManagerRole.DEVELOPER, method = RequestMethod.GET)
|
|
|
|
|
@ReadOnlyConnection
|
|
|
|
|
public void downloadATOReport(@PathVariable String year, HttpServletResponse resp) throws IOException {
|
|
|
|
|
DateTime from = DateTime.parse(year + "-07-01");
|
|
|
|
|