|
|
@@ -8,6 +8,9 @@ |
|
|
|
<result column="user_id" jdbcType="BIGINT" property="userId"/> |
|
|
|
<result column="person_photo_id" jdbcType="BIGINT" property="personPhotoId"/> |
|
|
|
<result column="person_photo_url" jdbcType="VARCHAR" property="personPhotoUrl"/> |
|
|
|
<result column="subtitle_enabled" jdbcType="INTEGER" property="subtitleEnabled"/> |
|
|
|
<result column="subtitle_params" jdbcType="VARCHAR" property="subtitleParams"/> |
|
|
|
|
|
|
|
<result column="voice_from" jdbcType="INTEGER" property="voiceFrom"/> |
|
|
|
<result column="voice_mould_id" jdbcType="BIGINT" property="voiceMouldId"/> |
|
|
|
<result column="voice_mould_sm" jdbcType="VARCHAR" property="voiceMouldSm"/> |
|
|
@@ -39,7 +42,7 @@ |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`, `tenant_id`, `parent_tenant_id`, `user_id`, |
|
|
|
`person_photo_id`, `person_photo_url`, `voice_from`, `voice_mould_id`, `voice_mould_sm`, `paperwork`, `voice_material_id`, `voice_material_url`, |
|
|
|
`person_photo_id`, `person_photo_url`, `subtitle_enabled`, `subtitle_params`, `voice_from`, `voice_mould_id`, `voice_mould_sm`, `paperwork`, `voice_material_id`, `voice_material_url`, |
|
|
|
`title`, `cover_img`, `remark`, `video_id`, `video_path`, `video_play_url`, `video_time`, `video_size`, `video_status`, `video_msg`, `create_video_date`, `create_date`, `update_date`, |
|
|
|
`is_hy`,`video_hy_status`,`music_id`,`save_dir` |
|
|
|
</sql> |
|
|
|