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