Explorar el Código

[积分][新增]:car接口添加积分字段返回

release_toaliyun_real
hanxueda hace 7 años
padre
commit
3b01530262
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCouponCarMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponCarMapper.xml Ver fichero

@@ -107,6 +107,7 @@
<result column="create_date" jdbcType="TIMESTAMP" property="createDate" /> <result column="create_date" jdbcType="TIMESTAMP" property="createDate" />
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate" /> <result column="update_date" jdbcType="TIMESTAMP" property="updateDate" />
<result column="business" jdbcType="VARCHAR" property="business" /> <result column="business" jdbcType="VARCHAR" property="business" />
<result column="credit_price" jdbcType="INTEGER" property="creditPrice" />


<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" />
@@ -114,7 +115,7 @@


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


Cargando…
Cancelar
Guardar