|  | @@ -68,7 +68,7 @@ public class OfflineAdOutSamplesLoader {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      //  主处理逻辑
 | 
	
		
			
				|  |  |      public static void mutiplyParser(String table, String dt) {
 | 
	
		
			
				|  |  | -        String sql = String.format("select * from %s where and ad_ornot = '0' and apptype != '13' dt ='%s';", table, dt);
 | 
	
		
			
				|  |  | +        String sql = String.format("select * from %s where ad_ornot = '0' and apptype != '13' and dt ='%s';", table, dt);
 | 
	
		
			
				|  |  |          TunnelRecordReader reader = FeatureConstructor.loadDataFromOSSSession(sql, table, dt);
 | 
	
		
			
				|  |  |          Record record;
 | 
	
		
			
				|  |  |          try {
 |