|
|
|
@@ -490,6 +490,9 @@ |
|
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate" /> |
|
|
|
<result column="business" jdbcType="VARCHAR" property="business" /> |
|
|
|
|
|
|
|
<result column="begin_time" jdbcType="TIMESTAMP" property="beginTime" /> |
|
|
|
<result column="end_time" jdbcType="TIMESTAMP" property="endTime" /> |
|
|
|
|
|
|
|
<result column="img_url" jdbcType="VARCHAR" property="merchantImgUrl" /> |
|
|
|
<result column="name" jdbcType="VARCHAR" property="merchantName" /> |
|
|
|
<result column="link_phone" jdbcType="VARCHAR" property="merchantLinkPhone" /> |
|
|
|
@@ -507,7 +510,8 @@ |
|
|
|
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, |
|
|
|
m.img_url,m.name,m.link_phone,m.status, |
|
|
|
s.addr,s.shop_number,s.baidu_poi, |
|
|
|
mb.building_name,mf.floor_name |
|
|
|
mb.building_name,mf.floor_name, |
|
|
|
cc.begin_time,cc.end_time |
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
|
|
|