| 
					
				 | 
			
			
				@@ -358,7 +358,7 @@ public class FlowPoolService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             Map<String, List<FlowPoolVideoInfo>> provinceMap = resultMap.computeIfAbsent(String.valueOf(flowPoolVideoInfo.getLevel()), l -> new HashMap<>()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            String province = flowPoolVideoInfo.getAttribute().getString("province"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            String province = RecallUtils.douHotProvinceConvert(flowPoolVideoInfo.getAttribute().getString("province")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             provinceMap.computeIfAbsent(province, s -> new ArrayList<>()).add(flowPoolVideoInfo); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |