Commit 919ec2000f08b8351e85622abc82f8a91c4fdadd

Authored by 李强
1 parent 5e06f5ef

bsthlq <2519941818@qq.com>

src/main/java/com/bsth/service/impl/StationRouteServiceImpl.java
... ... @@ -541,8 +541,8 @@ public class StationRouteServiceImpl extends BaseServiceImpl&lt;StationRoute, Integ
541 541 // 相对路径
542 542 String remotePath = FTPParamMap.get("remotePath").toString();
543 543 /** 如果已存在相同行单文件名则先删除 */
544   - //clientUtils.deleteFtpFile(url, port, username, password, remotePath, odlGzFileName);
545   - //clientUtils.deleteFtpFile(url, port, username, password, remotePath, textFileName);
  544 + clientUtils.deleteFtpFile(url, port, username, password, remotePath, odlGzFileName);
  545 + clientUtils.deleteFtpFile(url, port, username, password, remotePath, textFileName);
546 546 String textStr = "";
547 547 boolean tempTag = ishxType(objects);
548 548  
... ...