|  |  | @ -22,6 +22,7 @@ import com.elink.esua.epdc.dto.form.EpdcAppVolunteerRankFormDTO; | 
			
		
	
		
			
				
					|  |  |  | import com.elink.esua.epdc.modules.volunteer.entity.VolunteerRankEntity; | 
			
		
	
		
			
				
					|  |  |  | import com.elink.esua.epdc.volunteer.EpdcVolunteerRankDTO; | 
			
		
	
		
			
				
					|  |  |  | import org.apache.ibatis.annotations.Mapper; | 
			
		
	
		
			
				
					|  |  |  | import org.apache.ibatis.annotations.Param; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import java.util.List; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | @ -38,7 +39,7 @@ public interface VolunteerRankDao extends BaseDao<VolunteerRankEntity> { | 
			
		
	
		
			
				
					|  |  |  |      * @Author wanggongfeng | 
			
		
	
		
			
				
					|  |  |  |      * @return | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  |     List<EpdcVolunteerRankDTO> leaderboard(EpdcAppVolunteerRankFormDTO formDto); | 
			
		
	
		
			
				
					|  |  |  |     List<EpdcVolunteerRankDTO> leaderboard(@Param("formDto") EpdcAppVolunteerRankFormDTO formDto); | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * @Description  清空排行榜数据 | 
			
		
	
		
			
				
					|  |  |  |      * @Author songyunpeng | 
			
		
	
	
		
			
				
					|  |  | 
 |