|
|
|
@@ -26,6 +26,13 @@ |
|
|
|
<result column="sale_type" jdbcType="TINYINT" property="saleType"/> |
|
|
|
<result column="valid_start" jdbcType="TIMESTAMP" property="validStart"/> |
|
|
|
<result column="valid_end" jdbcType="TIMESTAMP" property="validEnd"/> |
|
|
|
|
|
|
|
<result column="parking_space" jdbcType="VARCHAR" property="parkingSpace"/> |
|
|
|
<result column="business_hours" jdbcType="VARCHAR" property="businessHours"/> |
|
|
|
<result column="introduction" jdbcType="VARCHAR" property="introduction"/> |
|
|
|
<result column="img" jdbcType="VARCHAR" property="img"/> |
|
|
|
|
|
|
|
|
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
@@ -33,7 +40,7 @@ |
|
|
|
`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`, `pos_qrcode_rule`, |
|
|
|
`sale_type`, `valid_start`, `valid_end` |
|
|
|
`sale_type`, `valid_start`, `valid_end`,`parking_space`,`business_hours`,`introduction`,`img` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|