Sfoglia il codice sorgente

fix

release_toaliyun_real
winter 1 anno fa
parent
commit
c4817c9550
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxGameActionLogMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxGameActionLogMapper.xml Vedi 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>


Caricamento…
Annulla
Salva