|
|
|
@@ -11,6 +11,8 @@ |
|
|
|
<result column="detail_picture" jdbcType="VARCHAR" property="detailPicture"/> |
|
|
|
<result column="title" jdbcType="VARCHAR" property="title"/> |
|
|
|
<result column="sub_title" jdbcType="VARCHAR" property="subTitle"/> |
|
|
|
|
|
|
|
<result column="count_class" jdbcType="INTEGER" property="countClass"/> |
|
|
|
<result column="video_id" jdbcType="VARCHAR" property="videoId"/> |
|
|
|
<result column="video_time" jdbcType="VARCHAR" property="videoTime"/> |
|
|
|
<result column="video_url" jdbcType="VARCHAR" property="videoUrl"/> |
|
|
|
@@ -49,7 +51,7 @@ |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
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.`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.`dy_title`, c.`inventory`, c.`remark`, c.`status`, c.`create_date`, c.`update_date`, |
|
|
|
c.`see_count`, c.`sell_count`, c.`assess_count`, c.`collect_count`, c.`mark`, c.`is_del`, |
|
|
|
|