Commit f9ea9f43 authored by 张庆's avatar 张庆

罚息

parent 0c07663d
...@@ -59,8 +59,8 @@ public class SyncFaJob { ...@@ -59,8 +59,8 @@ public class SyncFaJob {
} }
if (sftp.isDir("/download/overdue/" + date)) { if (sftp.isDir("/download/overdue/" + date)) {
sftp.cd("/download/overdue/" + date + "/capital"); sftp.cd("/download/overdue/" + date + "/capital");
sftp.get("overdue_capital_" + date + ".txt", "overdue_capital_" + date + ".txt"); sftp.get("overdue_capital_" + date + ".txt", "/overdue_capital_" + date + ".txt");
ossUtils.ossUpload("ZN/overdue/" + date + ".txt", FileUtil.file("overdue_capital_" + date + ".txt")); ossUtils.ossUpload("ZN/overdue/" + date + ".txt", FileUtil.file("/overdue_capital_" + date + ".txt"));
String stringObject = getStringObject("ZN/overdue/" + date + ".txt"); String stringObject = getStringObject("ZN/overdue/" + date + ".txt");
log.info("oss逾期数据:{}", stringObject); log.info("oss逾期数据:{}", stringObject);
//存储并去平账 //存储并去平账
......
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