|
|
@@ -12,7 +12,7 @@ |
|
|
<result column="title" jdbcType="VARCHAR" property="title"/> |
|
|
<result column="title" jdbcType="VARCHAR" property="title"/> |
|
|
<result column="sub_title" jdbcType="VARCHAR" property="subTitle"/> |
|
|
<result column="sub_title" jdbcType="VARCHAR" property="subTitle"/> |
|
|
<result column="video_id" jdbcType="VARCHAR" property="videoId"/> |
|
|
<result column="video_id" jdbcType="VARCHAR" property="videoId"/> |
|
|
<result column="video_time" jdbcType="INTEGER" property="videoTime"/> |
|
|
|
|
|
|
|
|
<result column="video_time" jdbcType="VARCHAR" property="videoTime"/> |
|
|
<result column="html" jdbcType="VARCHAR" property="html"/> |
|
|
<result column="html" jdbcType="VARCHAR" property="html"/> |
|
|
<result column="is_landscape" jdbcType="INTEGER" property="isLandscape"/> |
|
|
<result column="is_landscape" jdbcType="INTEGER" property="isLandscape"/> |
|
|
<result column="is_payment" jdbcType="INTEGER" property="isPayment"/> |
|
|
<result column="is_payment" jdbcType="INTEGER" property="isPayment"/> |
|
|
@@ -36,10 +36,10 @@ |
|
|
<result column="column_id" jdbcType="BIGINT" property="columnId"/> |
|
|
<result column="column_id" jdbcType="BIGINT" property="columnId"/> |
|
|
<result column="popularity" jdbcType="INTEGER" property="popularity"/> |
|
|
<result column="popularity" jdbcType="INTEGER" property="popularity"/> |
|
|
<result column="merchant_id" jdbcType="BIGINT" property="merchantId"/> |
|
|
<result column="merchant_id" jdbcType="BIGINT" property="merchantId"/> |
|
|
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> |
|
|
|
|
|
<result column="merchant_pic" jdbcType="VARCHAR" property="merchantPic"/> |
|
|
|
|
|
<result column="business_id" jdbcType="BIGINT" property="businessId"/> |
|
|
<result column="business_id" jdbcType="BIGINT" property="businessId"/> |
|
|
<result column="business_name" jdbcType="VARCHAR" property="businessName"/> |
|
|
<result column="business_name" jdbcType="VARCHAR" property="businessName"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</resultMap> |
|
|
</resultMap> |
|
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
<sql id="allColumns"> |
|
|
@@ -48,7 +48,7 @@ |
|
|
`sale_price`, `orig_price`, `is_preview`, `preview_duration`, `detail`, `false_sell_count`, |
|
|
`sale_price`, `orig_price`, `is_preview`, `preview_duration`, `detail`, `false_sell_count`, |
|
|
`dy_title`, `inventory`, `remark`, `status`, `create_date`, `update_date`, |
|
|
`dy_title`, `inventory`, `remark`, `status`, `create_date`, `update_date`, |
|
|
`see_count`, `sell_count`, `assess_count`, `collect_count`, `is_del`, |
|
|
`see_count`, `sell_count`, `assess_count`, `collect_count`, `is_del`, |
|
|
`column_id`, `popularity`, `merchant_id`, `merchant_name`,`merchant_pic`, `business_id`, `business_name` |
|
|
|
|
|
|
|
|
`column_id`, `popularity`, `merchant_id`, `business_id`, `business_name` |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
<sql id="dynamicWhereConditions"> |
|
|
|