|
|
@ -239,11 +239,15 @@ public class ManualAthensThread extends BaseThread { |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
if (gfshList.size() > 0) { |
|
|
|
if (gfshList.size() > 0) { |
|
|
|
for (String s : gfshList) { |
|
|
|
// for (String s : gfshList) {
|
|
|
|
if (StringUtils.isNotEmpty(s)){ |
|
|
|
// if (StringUtils.isNotEmpty(s)){
|
|
|
|
ftpFileName.append(rzFpxxService.getGfName(s)); |
|
|
|
// ftpFileName.append(rzFpxxService.getGfName(s));
|
|
|
|
|
|
|
|
// ftpFileName.append(fileSplit);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
if (StringUtils.isNotEmpty(gfshList.get(0))){ |
|
|
|
|
|
|
|
ftpFileName.append(rzFpxxService.getGfName(gfshList.get(0))); |
|
|
|
ftpFileName.append(fileSplit); |
|
|
|
ftpFileName.append(fileSplit); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|