|
|
@@ -53,7 +53,7 @@ public class DownloadFilePathServiceImpl implements DownloadFilePathService {
|
|
|
Map<String,Object> servMap = JdbcUtil.getFtpConfigs();
|
|
|
Map<String,Object> ftpMap = (Map<String,Object>)servMap.get(depot);
|
|
|
String fileName = "";
|
|
|
- if ("N_YITOA_LHCT-SF".equals(depot)||"N_YITOA_LHCT_T-SF".equals(depot)||"N_YITOA_LHCT-ZSD".equals(depot)){
|
|
|
+ if ("N_YITOA_LHCT-SF".equals(depot)||"N_YITOA_LHCT_T-SF".equals(depot)||"N_YITOA_LHCT-ZSD".equals(depot)||"LHCT_SZ-ZSD".equals(depot)){
|
|
|
sftp = new SFTPUtil(ftpMap.get("user").toString(),ftpMap.get("password").toString(),
|
|
|
ftpMap.get("ip").toString(),
|
|
|
Integer.parseInt(ftpMap.get("port").toString()));
|