|
|
|
@@ -173,7 +173,7 @@ |
|
|
|
group by user_id |
|
|
|
</select> |
|
|
|
|
|
|
|
<resultMap id="userGiftResultMap" type="com.iformall.domain.vo.WxGameUserActionLogVo"> |
|
|
|
<resultMap id="userGiftResultMap" type="com.iformall.domain.vo.WxGameUserGiftVo"> |
|
|
|
<result column="coupon_id" jdbcType="BIGINT" property="couponId" /> |
|
|
|
<result column="coupon_count" jdbcType="INTEGER" property="couponCount" /> |
|
|
|
</resultMap> |
|
|
|
|