master
yixian 5 years ago
parent 107584b01e
commit d419297e95

@ -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 @ReadOnlyConnection
public void downloadATOReport(@PathVariable String year, HttpServletResponse resp) throws IOException { public void downloadATOReport(@PathVariable String year, HttpServletResponse resp) throws IOException {
DateTime from = DateTime.parse(year + "-07-01"); DateTime from = DateTime.parse(year + "-07-01");

Loading…
Cancel
Save