|
@ -77,6 +77,17 @@ public interface GridScoreDao extends BaseDao<GridScoreEntity> { |
|
|
* @date 2020/8/28 3:20 下午 |
|
|
* @date 2020/8/28 3:20 下午 |
|
|
*/ |
|
|
*/ |
|
|
List<SubGridAvgResultDTO> selectSubGridAvgScore(@Param("customerId")String customerId, @Param("monthId")String monthId, @Param("indexCode")String indexCode); |
|
|
List<SubGridAvgResultDTO> selectSubGridAvgScore(@Param("customerId")String customerId, @Param("monthId")String monthId, @Param("indexCode")String indexCode); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @Description 【社区-community】下级三大能力平均值 |
|
|
|
|
|
* @Param customerId |
|
|
|
|
|
* @Param monthId |
|
|
|
|
|
* @Param indexCode |
|
|
|
|
|
* @Param quarterId |
|
|
|
|
|
* @Param yearId |
|
|
|
|
|
* @author zxc |
|
|
|
|
|
* @date 2021/5/31 9:34 上午 |
|
|
|
|
|
*/ |
|
|
List<SubGridAvgResultDTO> selectSubGridAvgScoreNew(@Param("customerId")String customerId, @Param("monthId")String monthId, @Param("indexCode")String indexCode,@Param("quarterId")String quarterId,@Param("yearId")String yearId); |
|
|
List<SubGridAvgResultDTO> selectSubGridAvgScoreNew(@Param("customerId")String customerId, @Param("monthId")String monthId, @Param("indexCode")String indexCode,@Param("quarterId")String quarterId,@Param("yearId")String yearId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|