@ -63,5 +63,5 @@ public interface WxUserIntegralLogMapper
List<WxUserIntegralLog> obtainUserIntegral(@Param("userId") Long userId);
void deleteWxUserIntegralLogByUserId(@Param("userId") Long userId);
List<WxUserIntegralLog> deleteWxUserIntegralLogByUserId(@Param("userId") Long userId);
}
@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where id = #{id}
</select>
<select id="obtainUserIntegral" resultType="com.flossom.common.core.domain.entity.WxUserIntegralLog">
<select id="obtainUserIntegral" resultMap="WxUserIntegralLogResult">
<include refid="selectWxUserIntegralLogVo"/>
WHERE
user_id = #{userId}