|  | @@ -256,6 +256,7 @@ public class VipCardRecordServiceImpl extends ServiceImpl<VipCardRecordDao, VipC
 | 
	
		
			
				|  |  |              .in(VipCardRecord::getUserId, userId)
 | 
	
		
			
				|  |  |              .eq(VipCardRecord::getEfficientFlag, true)
 | 
	
		
			
				|  |  |              .eq(VipCardRecord::getClientType, clientEnum.name())
 | 
	
		
			
				|  |  | +            .in(VipCardRecord::getVipType, Lists.newArrayList(EVipType.VIP,EVipType.SVIP))
 | 
	
		
			
				|  |  |              .and(wrapper -> wrapper
 | 
	
		
			
				|  |  |                  .gt(VipCardRecord::getEndTime, new Date())
 | 
	
		
			
				|  |  |                  .or()
 |