|  | @@ -417,7 +417,7 @@ public class EtlServiceImpl implements EtlService {
 | 
											
												
													
														|  |                          String platfrm = param.getOrDefault("platform", "");
 |  |                          String platfrm = param.getOrDefault("platform", "");
 | 
											
												
													
														|  |                          try {
 |  |                          try {
 | 
											
												
													
														|  |                              // 下载文件
 |  |                              // 下载文件
 | 
											
												
													
														|  | -                            if (platform.equals("gongzhongxinhao") || platform.equals("gongzhonghao")) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +                            if (platform.equals("gongzhongxinhao")) {
 | 
											
												
													
														|  |                                  FileUtils.downloadForGZH(fileUrl, fpath,
 |  |                                  FileUtils.downloadForGZH(fileUrl, fpath,
 | 
											
												
													
														|  |                                          !CollectionUtils.isEmpty(randomUaPlatform) && randomUaPlatform.contains(platfrm)
 |  |                                          !CollectionUtils.isEmpty(randomUaPlatform) && randomUaPlatform.contains(platfrm)
 | 
											
												
													
														|  |                                          , !CollectionUtils.isEmpty(proxyPlatform) && proxyPlatform.contains(platfrm),
 |  |                                          , !CollectionUtils.isEmpty(proxyPlatform) && proxyPlatform.contains(platfrm),
 |