Commit 0c07663d authored by 张庆's avatar 张庆

罚息

parent 413e3966
......@@ -59,7 +59,7 @@ public class SyncFaJob {
}
if (sftp.isDir("/download/overdue/" + date)) {
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"));
String stringObject = getStringObject("ZN/overdue/" + date + ".txt");
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