|
|
|
@ -28,7 +28,7 @@ public class ExportATOReport {
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
|
public void export() throws IOException {
|
|
|
|
|
String content = atoReportService.exportBTTPSFile(DateTime.parse("2017-07-01").toDate(), DateTime.parse("2017-07-31").toDate());
|
|
|
|
|
FileUtils.write(new File("C:\\Users\\yixian\\Documents\\royalpay2017070120170731.bttps"), content, StandardCharsets.US_ASCII);
|
|
|
|
|
String content = atoReportService.exportBTTPSFile(DateTime.parse("2017-07-01").toDate(), DateTime.parse("2018-06-30").toDate());
|
|
|
|
|
FileUtils.write(new File("C:\\Users\\yixian\\Documents\\royalpay2017070120180630.bttps"), content, StandardCharsets.US_ASCII);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|