Commit 413e3966 authored by 张庆's avatar 张庆

罚息

parent 1198c5ea
...@@ -60,7 +60,7 @@ public class SyncFaJob { ...@@ -60,7 +60,7 @@ 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