Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
29aba11b99
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponCarMapper.xml

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

@@ -128,14 +128,14 @@
<result column="business" jdbcType="VARCHAR" property="business" /> <result column="business" jdbcType="VARCHAR" property="business" />
<result column="credit_price" jdbcType="INTEGER" property="creditPrice" /> <result column="credit_price" jdbcType="INTEGER" property="creditPrice" />
<result column="content_type" jdbcType="INTEGER" property="contentType"/> <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_type" jdbcType="INTEGER" property="vendorType" />
<result column="vendor_params" jdbcType="VARCHAR" property="vendorParams" /> <result column="vendor_params" jdbcType="VARCHAR" property="vendorParams" />
</resultMap> </resultMap>


<sql id="CouponCarColumns"> <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, 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> </sql>
<select id="findVoDetail" parameterType="java.lang.Long" resultMap="CouponCarMap"> <select id="findVoDetail" parameterType="java.lang.Long" resultMap="CouponCarMap">
select select


Loading…
Cancel
Save