|  | @@ -79,7 +79,7 @@ public class BusinessProcessingConvertPlugIn extends AbstractConvertPlugIn imple
 | 
	
		
			
				|  |  |              for(int i=0;i<objects.size();i++){
 | 
	
		
			
				|  |  |                  JSONObject jsonObject = objects.getJSONObject(i);
 | 
	
		
			
				|  |  |                  String id = jsonObject.getString("id");
 | 
	
		
			
				|  |  | -                numberQFilter.and("er_prepaybill.id", QCP.not_equals2, Long.valueOf(id));
 | 
	
		
			
				|  |  | +                numberQFilter.and("er_prepaybill.billno", QCP.not_equals2,id);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              e.getCustQFilters().add(numberQFilter);
 | 
	
		
			
				|  |  |          }
 |