|
|
|
@@ -21,13 +21,12 @@ |
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" /> |
|
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" /> |
|
|
|
<result column="html" jdbcType="VARCHAR" property="html" /> |
|
|
|
<result column="link" jdbcType="VARCHAR" property="link" /> |
|
|
|
|
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`cover_img`,`title`,`sub_title`,`use_price`,`discount_price`,`detail`,`valid_start_date`,`valid_end_date`,`img_detail`,`type`,`coupon_ids`, |
|
|
|
`mechant_id`,`sort_num`,`status`,`create_time`,`update_time`,`html`,`link` |
|
|
|
`mechant_id`,`sort_num`,`status`,`create_time`,`update_time`,`html` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|