|  |  |  | 
|---|
|  |  |  | package com.dy.pipIrrGlobal.daoSt; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoSt.StClientAmountYear; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSt.VoStClientAmountYearRecord; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Mapper; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  | import java.util.Map; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @Author: liurunyu | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | int updateByPrimaryKey(StClientAmountYear record); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ////////////////////////////////////// | 
|---|
|  |  |  | //查询统计结果 | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询总数量 | 
|---|
|  |  |  | * @param params | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Long selectCountYearStatistics(Map<?, ?> params) ; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询分页数据 | 
|---|
|  |  |  | * @param params | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<VoStClientAmountYearRecord> selectYearStatistics(Map<?, ?> params) ; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ////////////////////////////////////// | 
|---|
|  |  |  | //统计相关 | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询某年 某量值 | 
|---|
|  |  |  | * | 
|---|