Просмотр исходного кода

[bug][修改]:auto_refund添加

release_toaliyun_real
Stormeye Wu 6 лет назад
Родитель
Сommit
1b51bc6ebd
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponCarMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponCarMapper.xml Просмотреть файл

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


Загрузка…
Отмена
Сохранить