| 
					
				 | 
			
			
				@@ -20,6 +20,7 @@ def jab_day_recommend(): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for key, value in task.items(): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 count = get_llen_list(key) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                count_jq = 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if count > 0: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     result = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     channel = None 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -31,6 +32,7 @@ def jab_day_recommend(): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         tag_transport_channel = data.get("tag_transport_channel", "") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         channel = data.get("channel", "") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         result.append(channel_account_id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        count_jq += 3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     result_string = ",".join(result) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     result_string = ",".join(dict.fromkeys(result_string.split(","))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     values = [ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -41,7 +43,7 @@ def jab_day_recommend(): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             "lev-供给,rol-机器,#str-搬运搜索top视频溯源账号_42,genMod-账号", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             value, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             "2", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            len(result)*3, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            count_jq, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             "通用-分享到群", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             "AI片尾引导", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             "zhifeng_emo,sijia", 
			 |