|
|
@@ -465,6 +465,7 @@ |
|
|
|
|
|
|
|
|
<resultMap id="CUserResultMap" type="com.simple.domain.vo.WxCouponCVo"> |
|
|
<resultMap id="CUserResultMap" type="com.simple.domain.vo.WxCouponCVo"> |
|
|
<id column="id" jdbcType="BIGINT" property="id" /> |
|
|
<id column="id" jdbcType="BIGINT" property="id" /> |
|
|
|
|
|
<result column="coupon_channel_id" jdbcType="VARCHAR" property="couponChannelId" /> |
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> |
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> |
|
|
<result column="merchant_id" jdbcType="BIGINT" property="merchantId" /> |
|
|
<result column="merchant_id" jdbcType="BIGINT" property="merchantId" /> |
|
|
<result column="type" jdbcType="INTEGER" property="type" /> |
|
|
<result column="type" jdbcType="INTEGER" property="type" /> |
|
|
@@ -507,7 +508,7 @@ |
|
|
</resultMap> |
|
|
</resultMap> |
|
|
|
|
|
|
|
|
<sql id="allCUserColumns"> |
|
|
<sql id="allCUserColumns"> |
|
|
c.id,c.tenant_id,c.merchant_id,c.type,c.cover_img,c.title,c.sub_title,c.sale_price,c.use_price,c.use_limit_quantity,c.target_ad,c.send_type,c.valid_type,c.valid_start_date,c.valid_end_date,c.valid_days,c.detail,c.price,c.remain_inventory,c.inventory,c.remark,c.status,c.create_date,c.update_date,c.business, |
|
|
|
|
|
|
|
|
c.id,cc.id as counpon_channel_id,c.tenant_id,c.merchant_id,c.type,c.cover_img,c.title,c.sub_title,c.sale_price,c.use_price,c.use_limit_quantity,c.target_ad,c.send_type,c.valid_type,c.valid_start_date,c.valid_end_date,c.valid_days,c.detail,c.price,c.remain_inventory,c.inventory,c.remark,c.status,c.create_date,c.update_date,c.business, |
|
|
m.img_url,m.name,m.link_phone,m.status, |
|
|
m.img_url,m.name,m.link_phone,m.status, |
|
|
s.addr,s.shop_number,s.baidu_poi, |
|
|
s.addr,s.shop_number,s.baidu_poi, |
|
|
mb.building_name,mf.floor_name, |
|
|
mb.building_name,mf.floor_name, |
|
|
|