Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
c4817c9550
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxGameActionLogMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxGameActionLogMapper.xml View File

@@ -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>


Loading…
Cancel
Save