|
|
@@ -13,6 +13,7 @@ |
|
|
|
<result column="send_type" jdbcType="INTEGER" property="sendType"/> |
|
|
|
<result column="detail" jdbcType="VARCHAR" property="detail"/> |
|
|
|
<result column="remark" jdbcType="VARCHAR" property="remark"/> |
|
|
|
<result column="video_id" jdbcType="VARCHAR" property="videoId"/> |
|
|
|
<result column="material" jdbcType="VARCHAR" property="material"/> |
|
|
|
<result column="user_id" jdbcType="BIGINT" property="userId"/> |
|
|
|
<result column="status" jdbcType="INTEGER" property="status"/> |
|
|
@@ -24,7 +25,7 @@ |
|
|
|
<sql id="allColumns"> |
|
|
|
`id`, `tenant_id`, `parent_tenant_id`, |
|
|
|
`title`, `sub_title`, `scene_sign`, `sale_price`, `price`, |
|
|
|
`send_type`, `detail`, `remark`, `material`, `user_id`, `status`, `puton_date`, `create_date`, `update_date` |
|
|
|
`send_type`, `detail`, `remark`, `video_id`, `material`, `user_id`, `status`, `puton_date`, `create_date`, `update_date` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
@@ -112,7 +113,7 @@ |
|
|
|
select |
|
|
|
`id`, |
|
|
|
`title`, `sub_title`, `scene_sign`, `sale_price`, `price`, |
|
|
|
`send_type`, `material`, `status`, `create_date`, `update_date` |
|
|
|
`send_type`,`video_id`, `material`, `status`, `create_date`, `update_date` |
|
|
|
from voice_material |
|
|
|
<include refid="dynamicWhereConditions"/> |
|
|
|
</select> |
|
|
|