|
|
|
@@ -22,6 +22,7 @@ |
|
|
|
<result column="img_qrcode_wemp" jdbcType="VARCHAR" property="imgQrcodeWemp"/> |
|
|
|
<result column="weapp_share_title" jdbcType="VARCHAR" property="weappShareTitle"/> |
|
|
|
<result column="weapp_share_cover_img" jdbcType="VARCHAR" property="weappShareCoverImg"/> |
|
|
|
<result column="pos_qrcode_rule" jdbcType="VARCHAR" property="posQrcodeRule"/> |
|
|
|
<result column="sale_type" jdbcType="TINYINT" property="saleType"/> |
|
|
|
<result column="valid_start" jdbcType="TIMESTAMP" property="validStart"/> |
|
|
|
<result column="valid_end" jdbcType="TIMESTAMP" property="validEnd"/> |
|
|
|
@@ -31,7 +32,7 @@ |
|
|
|
`id`,`tenant_id`,`name`,`group`,`country`,`province`,`city`,`addr`, |
|
|
|
`total_area`,`operating_area`,`park_area`,`park_place_number`,`service_phone`, |
|
|
|
`img_url`,`img_url_h`, `weap_note`, `img_qrcode_weapp`, `img_qrcode_wemp`, |
|
|
|
`weapp_share_title`,`weapp_share_cover_img`, |
|
|
|
`weapp_share_title`,`weapp_share_cover_img`, `pos_qrcode_rule`, |
|
|
|
`sale_type`, `valid_start`, `valid_end` |
|
|
|
</sql> |
|
|
|
|
|
|
|
|