|
|
@@ -77,6 +77,10 @@ public class DownloadFilePathServiceImpl implements DownloadFilePathService {
|
|
|
Boolean rename =
|
|
|
sftp.rename("/" + ftpMap.get("file").toString() + "/" + file.getName(),
|
|
|
"/lhcthkhub/LHCT/reply_bak/" + file.getName());
|
|
|
+ }else if ("LHCT_SZ-ZSD".equals(depot)){
|
|
|
+ Boolean rename =
|
|
|
+ sftp.rename("/" + ftpMap.get("file").toString() + "/" + file.getName(),
|
|
|
+ "/lhctdz/signback_bak/" + file.getName());
|
|
|
}
|
|
|
}else {
|
|
|
if ("N_YITOA_LHCT-SF".equals(depot)||"N_YITOA_LHCT_T-SF".equals(depot)) {
|
|
|
@@ -85,6 +89,10 @@ public class DownloadFilePathServiceImpl implements DownloadFilePathService {
|
|
|
}else if ("N_YITOA_LHCT-ZSD".equals(depot)){
|
|
|
Boolean rename =
|
|
|
sftp.rename("/" + ftpMap.get("file").toString() + "/" + file.getName(), "/lhcthkhub/LHCT/reply_bak/" + file.getName());
|
|
|
+ }else if ("LHCT_SZ-ZSD".equals(depot)){
|
|
|
+ Boolean rename =
|
|
|
+ sftp.rename("/" + ftpMap.get("file").toString() + "/" + file.getName(),
|
|
|
+ "/lhctdz/signback_fail/" + file.getName());
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|