springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActIntegralUserTradeMapper.java
@@ -1,5 +1,6 @@ package com.panzhihua.service_community.dao; import com.panzhihua.common.model.vos.community.integral.IntegralTradeVO; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @@ -52,4 +53,11 @@ @Param("integralRuleDTO") PageComActIntegralTradeDTO integralRuleDTO); IntegralUserVO getUserInfo(@Param("userId") Long userId); /** * 获取积分详情 * @param id * @return */ IntegralTradeVO getUserIntegralDetail(@Param("id") Long id); }