|  |  |  | @ -85,8 +85,8 @@ public class BasicBusTypePreServiceImpl extends ServiceImpl<BasicBusTypePreDao, | 
			
		
	
		
			
				
					|  |  |  |  |     public boolean verifyExists(BasicBusTypePreEntity basicBusTypePreEntity) { | 
			
		
	
		
			
				
					|  |  |  |  |         QueryWrapper<BasicBusTypePreEntity> wrapper = new QueryWrapper<>(); | 
			
		
	
		
			
				
					|  |  |  |  |         wrapper.eq("action", basicBusTypePreEntity.getAction()) | 
			
		
	
		
			
				
					|  |  |  |  |                 .eq("originAction", basicBusTypePreEntity.getOriginAction()) | 
			
		
	
		
			
				
					|  |  |  |  |                 .eq("invCode", basicBusTypePreEntity.getInvCode()) | 
			
		
	
		
			
				
					|  |  |  |  | //                .eq("originAction", basicBusTypePreEntity.getOriginAction())
 | 
			
		
	
		
			
				
					|  |  |  |  |                 .eq(null !=basicBusTypePreEntity.getInvCode(),"invCode", basicBusTypePreEntity.getInvCode()) | 
			
		
	
		
			
				
					|  |  |  |  |                 .eq(null != basicBusTypePreEntity.getBeforeTime(), "beforeTime", basicBusTypePreEntity.getBeforeTime()) | 
			
		
	
		
			
				
					|  |  |  |  |                 .eq(null != basicBusTypePreEntity.getDefaultInvCode(), "defaultInvCode", basicBusTypePreEntity.getDefaultInvCode()) | 
			
		
	
		
			
				
					|  |  |  |  |                 .eq(null != basicBusTypePreEntity.getSupplementAll(), "supplementAll", basicBusTypePreEntity.getSupplementAll()); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |