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

Merge branch 'release_toaliyun_real' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_activity_2

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

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

@@ -128,14 +128,14 @@
<result column="business" jdbcType="VARCHAR" property="business" />
<result column="credit_price" jdbcType="INTEGER" property="creditPrice" />
<result column="content_type" jdbcType="INTEGER" property="contentType"/>
<result column="use_limit_frequency" jdbcType="INTEGER" property="useLimitFrequency"/>
<result column="vendor_type" jdbcType="INTEGER" property="vendorType" />
<result column="vendor_params" jdbcType="VARCHAR" property="vendorParams" />
</resultMap>

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


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