|
|
@@ -73,7 +73,6 @@ public class DownloadServiceImpl implements DownloadService {
|
|
|
boolean executeRes = false;
|
|
|
Connection connect = null;
|
|
|
try {
|
|
|
- BaseUtil.getLogger().info("downloadByDepotAndSob():connect:"+connect);
|
|
|
Map<String,Object> servMap = getFtpConfigs();
|
|
|
Map<String,Object> ftpMap = (Map<String,Object>)servMap.get(depot);
|
|
|
client = connect(ftpMap);
|
|
|
@@ -122,7 +121,7 @@ public class DownloadServiceImpl implements DownloadService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- BaseUtil.getLogger().error("downloadByDepotAndSob():"+enterprise+"结束");
|
|
|
+ BaseUtil.getLogger().info("downloadByDepotAndSob():"+enterprise+"结束");
|
|
|
} catch (Exception e) {
|
|
|
BaseUtil.getLogger().error(e.toString());
|
|
|
e.printStackTrace();
|