|
|
@ -22,7 +22,6 @@ 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; |
|
|
|
|
|
|
@ -39,7 +38,7 @@ public interface VolunteerRankDao extends BaseDao<VolunteerRankEntity> { |
|
|
|
* @Author wanggongfeng |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
List<EpdcVolunteerRankDTO> leaderboard(@Param("formDto") EpdcAppVolunteerRankFormDTO formDto); |
|
|
|
List<EpdcVolunteerRankDTO> leaderboard(EpdcAppVolunteerRankFormDTO formDto); |
|
|
|
/** |
|
|
|
* @Description 清空排行榜数据 |
|
|
|
* @Author songyunpeng |
|
|
|