|
|
@@ -32,6 +32,8 @@ |
|
|
<result column="status" jdbcType="INTEGER" property="status"/> |
|
|
<result column="status" jdbcType="INTEGER" property="status"/> |
|
|
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/> |
|
|
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/> |
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/> |
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/> |
|
|
|
|
|
<result column="puton_date" jdbcType="TIMESTAMP" property="putonDate"/> |
|
|
|
|
|
|
|
|
<result column="see_count" jdbcType="INTEGER" property="seeCount"/> |
|
|
<result column="see_count" jdbcType="INTEGER" property="seeCount"/> |
|
|
<result column="sell_count" jdbcType="INTEGER" property="sellCount"/> |
|
|
<result column="sell_count" jdbcType="INTEGER" property="sellCount"/> |
|
|
<result column="assess_count" jdbcType="INTEGER" property="assessCount"/> |
|
|
<result column="assess_count" jdbcType="INTEGER" property="assessCount"/> |
|
|
@@ -55,7 +57,7 @@ |
|
|
c.`id`, c.`tenant_id`, c.`parent_tenant_id`, c.`type`, c.`cover_img`, c.`cover_picture`, c.`detail_picture`, |
|
|
c.`id`, c.`tenant_id`, c.`parent_tenant_id`, c.`type`, c.`cover_img`, c.`cover_picture`, c.`detail_picture`, |
|
|
c.`title`, c.`sub_title`, c.`count_class`, c.`video_id`, c.`video_time`,c.`video_url`, c.`html`, c.`is_landscape`, c.`is_payment`, |
|
|
c.`title`, c.`sub_title`, c.`count_class`, c.`video_id`, c.`video_time`,c.`video_url`, c.`html`, c.`is_landscape`, c.`is_payment`, |
|
|
c.`sale_price`, c.`orig_price`, c.`is_preview`, c.`preview_duration`, c.`detail`, c.`false_sell_count`, |
|
|
c.`sale_price`, c.`orig_price`, c.`is_preview`, c.`preview_duration`, c.`detail`, c.`false_sell_count`, |
|
|
c.`dy_title`, c.`inventory`, c.`remark`, c.`status`, c.`create_date`, c.`update_date`, |
|
|
|
|
|
|
|
|
c.`dy_title`, c.`inventory`, c.`remark`, c.`status`, c.`create_date`, c.`update_date`, c.`puton_date`, |
|
|
c.`see_count`, c.`sell_count`, c.`assess_count`, c.`collect_count`, c.`mark`,c.mark_time, c.`is_del`, |
|
|
c.`see_count`, c.`sell_count`, c.`assess_count`, c.`collect_count`, c.`mark`,c.mark_time, c.`is_del`, |
|
|
c.`column_id`, c.`popularity`, c.`merchant_id`, c.`business_id`, c.`business_name`, |
|
|
c.`column_id`, c.`popularity`, c.`merchant_id`, c.`business_id`, c.`business_name`, |
|
|
m.name merchant_name, m.img_url merchant_pic |
|
|
m.name merchant_name, m.img_url merchant_pic |
|
|
@@ -108,7 +110,7 @@ |
|
|
|
|
|
|
|
|
<if test=" null != mark"> |
|
|
<if test=" null != mark"> |
|
|
<if test="mark == 0" > |
|
|
<if test="mark == 0" > |
|
|
and (c.`mark` is null or m.`mark` <> 1) |
|
|
|
|
|
|
|
|
and (c.`mark` is null or c.`mark` <> 1) |
|
|
</if> |
|
|
</if> |
|
|
<if test="mark == 1" > |
|
|
<if test="mark == 1" > |
|
|
and c.`mark` = 1 |
|
|
and c.`mark` = 1 |
|
|
|