|  | @@ -256,7 +256,8 @@ public class ThirdPartyPushMessageStrategyV1 implements ReplyStrategyService {
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  Map<Long, VideoDetail> videoDetailMap = touLiuHttpClient.getVideoDetailRequest(bucketDataParam.getVideos());
 | 
	
		
			
				|  |  |                  List<ContentPlatformGzhPlanVideo> gzhPlanVideoList = contentPlatformPlanService.getGzhPlanVideoListByCooperateAccountId(bucketDataParam.getGhId());
 | 
	
		
			
				|  |  | -                Map<Long, ContentPlatformGzhPlanVideo> gzhPlanVideoMap = gzhPlanVideoList.stream().collect(Collectors.toMap(ContentPlatformGzhPlanVideo::getVideoId, x -> x));
 | 
	
		
			
				|  |  | +                Map<Long, ContentPlatformGzhPlanVideo> gzhPlanVideoMap = gzhPlanVideoList.stream()
 | 
	
		
			
				|  |  | +                        .collect(Collectors.toMap(ContentPlatformGzhPlanVideo::getVideoId, x -> x, (a, b) -> b));
 | 
	
		
			
				|  |  |                  for (int i = 0; i < bucketDataParam.getVideos().size(); i++) {
 | 
	
		
			
				|  |  |                      int sort = i + 1;
 | 
	
		
			
				|  |  |                      Long videoId = bucketDataParam.getVideos().get(i);
 |