| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -33,6 +33,6 @@ public class HeartVolunteerServiceImpl implements HeartVolunteerService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        LambdaQueryWrapper<VolunteerInfoEntity> query = new LambdaQueryWrapper<>(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        query.eq(VolunteerInfoEntity::getCustomerId, customerId); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        query.lt(VolunteerInfoEntity::getCreatedTime, endCreateTime); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        volunteerInfoDao.selectList(query); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        return volunteerInfoDao.selectList(query); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
					 | 
				
				 | 
				
					
  |