|
|
@@ -87,7 +87,7 @@ public class DownloadServiceImpl implements DownloadService {
|
|
|
sqls = parseXmlFileToSqls(file, statement);
|
|
|
String s = file.getName().substring(0, file.getName().indexOf(".")) + ".xml";
|
|
|
if (sqls == null) {
|
|
|
- sftp.rename(ftpMap.get("downloadpath").toString() + "/" + s, "goodsreceipt/backup/" + s);
|
|
|
+ sftp.rename(ftpMap.get("downloadpath").toString() + "/" + s, "bosidahkhub/erro_reply/" + s);
|
|
|
continue;
|
|
|
}
|
|
|
|