| 
					
				 | 
			
			
				@@ -421,7 +421,7 @@ object makedata_31_bucketDataPrint_20240821 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             val labelKey = labels.toString() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             val label = record.getString("ad_is_conversion") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //6 拼接数据,保存。 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            (apptype, mid, cid, ts, headvideoid, label, allfeature, featureMap, allfeature.containsKey("weight_sum")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            (apptype, mid, cid, ts, headvideoid, label, allfeature, featureMap, !allfeature.containsKey("weight_sum")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }).filter { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             case (apptype, mid, cid, ts, headvideoid, label, allfeature, featureMap, flag) => 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               flag 
			 |