Commit 248e162f authored by LSL's avatar LSL

浙农中际融担协议

parent e29a5e70
......@@ -89,14 +89,14 @@ public class ContractJob {
for (String fileName : list) {
//只拿以 jkfwxy.pdf 结尾的文件
if (fileName.indexOf(suffix) != -1) {
String url = getUrl(dir + "/" + fileName, sftp, fileName);
String url = getUrl(dir + "/" + loanNo + "/" + fileName, sftp, fileName);
getUploadPdfRequest(url, loanNo);
}
}
}
public String getUrl(String dir, Sftp sftp, String fileName) {
sftp.get(dir, fileName);
sftp.get(dir, "/" + fileName);
ossUtils.ossUpload(ossPath + fileName, FileUtil.file("/" + fileName));
FileUtil.del("/" + fileName);
return privateDomain + ossPath + fileName;
......
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