Browse Source

[bug][修改]:auto_refund添加

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
1b51bc6ebd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponCarMapper.xml

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

@@ -127,7 +127,7 @@

<sql id="CouponCarColumns">
c.id,c.tenant_id,c.type,c.cover_img,c.cover_picture,c.title,c.sub_title,c.sale_price,c.use_price,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,
car.vendor_type, car.vendor_params,c.credit_price
car.vendor_type, car.vendor_params,c.credit_price, c.`auto_refund`
</sql>
<select id="findVoDetail" parameterType="java.lang.Long" resultMap="CouponCarMap">
select <include refid="CouponCarColumns" />


Loading…
Cancel
Save