|  |  | 
 |  |  | import com.dy.pipIrrGlobal.voSt.VoClientOpenCardCount; | 
 |  |  | import com.dy.pipIrrGlobal.voSt.VoClientRechargeTotal; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  | import java.util.Map; | 
 |  |  | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     List<VoClientRechargeTotal> getRechargeTotalGtValueClients(Map<String, Object> params); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 依据水卡ID将最后一条无效状态的指定操作记录改为有效 | 
 |  |  |      * @param cardId | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     Integer turnOperateValidByCardId(@Param("cardId") Long cardId, @Param("operateType") Integer operateType); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 根据水卡ID、操作类型获取获取最后一条记录,判断开卡是否同步充值使用 | 
 |  |  |      * @param cardId | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     SeCardOperate getCardOperate(@Param("operateType") Integer operateType, @Param("cardId") Long cardId); | 
 |  |  | } |