Browse Source

[合同优化][修改][添加二维码]

release_toaliyun_real
luozukai 7 years ago
parent
commit
f9db86b2b3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

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

@@ -202,7 +202,7 @@
c.use_limit_quantity,c.send_type,c.valid_type,c.valid_start_date,c.valid_end_date,
c.valid_days,c.detail,c.price,c.unit,c.remain_inventory,c.inventory,c.remark,c.status,
c.create_date,c.update_date,c.business,c.sub_business,c.support_transfer,c.press_limit_num, c.auto_refund,c.credit_price,
c.qr_code
cc.qr_code
</sql>

<resultMap id="WxCouponCVoMap" type="com.iformall.domain.vo.WxCouponCVo">
@@ -242,6 +242,7 @@
<result column="support_transfer" jdbcType="INTEGER" property="supportTransfer"/>
<result column="press_limit_num" jdbcType="INTEGER" property="pressLimitNum"/>
<result column="auto_refund" jdbcType="INTEGER" property="autoRefund"/>
<result column="qr_code" property="qrCode"/>

<collection column="{productId=coupon_id}" property="merchantVoList"
ofType="com.iformall.domain.vo.WxMerchantVo"


Loading…
Cancel
Save