Commit f0e4e359 authored by LSL's avatar LSL

还款限制修改

parent eb62f7c0
......@@ -51,6 +51,7 @@ public class BaseController {
sftp.cd("/download/compensatory/"+"20231113");
sftp.get("compensatory_20231113.txt","/bbb.txt");
ossUtils.ossUpload("ZN/compensatory/bbb.txt", FileUtil.file("/bbb.txt"));
FileUtil.del("/bbb.txt");
return null;
}
......
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