|
@ -19,6 +19,7 @@ package com.epmet.dao; |
|
|
|
|
|
|
|
|
import com.epmet.commons.mybatis.dao.BaseDao; |
|
|
import com.epmet.commons.mybatis.dao.BaseDao; |
|
|
import com.epmet.dto.form.ResiAroundPartyPointRankFormDTO; |
|
|
import com.epmet.dto.form.ResiAroundPartyPointRankFormDTO; |
|
|
|
|
|
import com.epmet.dto.result.AllPartyResultDTO; |
|
|
import com.epmet.dto.result.ResiAroundPartyPointRankResultDTO; |
|
|
import com.epmet.dto.result.ResiAroundPartyPointRankResultDTO; |
|
|
import com.epmet.dto.result.ResiPointRankResultDTO; |
|
|
import com.epmet.dto.result.ResiPointRankResultDTO; |
|
|
import com.epmet.entity.UserPointStatisticalDailyEntity; |
|
|
import com.epmet.entity.UserPointStatisticalDailyEntity; |
|
@ -73,6 +74,7 @@ public interface UserPointStatisticalDailyDao extends BaseDao<UserPointStatistic |
|
|
* @Date 09:24 2020-12-29 |
|
|
* @Date 09:24 2020-12-29 |
|
|
**/ |
|
|
**/ |
|
|
List<ResiAroundPartyPointRankResultDTO> selectListGridPartyRankByUsablePoint(ResiAroundPartyPointRankFormDTO formDTO); |
|
|
List<ResiAroundPartyPointRankResultDTO> selectListGridPartyRankByUsablePoint(ResiAroundPartyPointRankFormDTO formDTO); |
|
|
|
|
|
List<AllPartyResultDTO> selectListGridPartyNewRankByUsablePoint(ResiAroundPartyPointRankFormDTO formDTO); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 身边党员-积分排行 :按网格统计,对本月党员增加的积分 进行排序 |
|
|
* 身边党员-积分排行 :按网格统计,对本月党员增加的积分 进行排序 |
|
@ -82,4 +84,5 @@ public interface UserPointStatisticalDailyDao extends BaseDao<UserPointStatistic |
|
|
* @Date 09:24 2020-12-29 |
|
|
* @Date 09:24 2020-12-29 |
|
|
**/ |
|
|
**/ |
|
|
List<ResiAroundPartyPointRankResultDTO> selectListGridPartyRankByMonth(ResiAroundPartyPointRankFormDTO formDTO); |
|
|
List<ResiAroundPartyPointRankResultDTO> selectListGridPartyRankByMonth(ResiAroundPartyPointRankFormDTO formDTO); |
|
|
|
|
|
List<AllPartyResultDTO> selectListGridPartyNewRankByMonth(ResiAroundPartyPointRankFormDTO formDTO); |
|
|
} |
|
|
} |
|
|