|
|
@@ -252,7 +252,7 @@ public class CyFtpServiceImpl implements CyFtpService {
|
|
|
public R ftpFilescopy(Long corpId, List<String> filesName, String type) {
|
|
|
BCorps bCorps = bCorpsService.getById(corpId);
|
|
|
String server = bCorps.getEdiFtp();
|
|
|
- String port = bCorps.getEdiFtp();
|
|
|
+ String port = bCorps.getPortFtp();
|
|
|
String user = bCorps.getUsernameFtp();
|
|
|
String pass = bCorps.getPasswordFtp();
|
|
|
String remoteDir = "/WFL";
|