Commit c7e49e59 authored by huyuchen's avatar huyuchen

huych-工行回单下载

parent 209ad6b3
......@@ -1151,8 +1151,6 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
// String tempDir = System.getProperty("user.dir") + "/yifu-ekp/yifu-ekp-biz/src/main/resources/temp/sftp_processing/" + System.currentTimeMillis() + "/";
log.info("临时目录: " + tempDir);
new File(tempDir).mkdirs();
// 4. 下载并解压压缩包
String localZipPath = tempDir + fileName;
channelSftp.get(fileName, localZipPath);
......
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