|
@@ -10,6 +10,9 @@ |
|
|
<result column="person_mould_id" jdbcType="BIGINT" property="personMouldId"/> |
|
|
<result column="person_mould_id" jdbcType="BIGINT" property="personMouldId"/> |
|
|
<result column="person_mould_sm" jdbcType="VARCHAR" property="personMouldSm"/> |
|
|
<result column="person_mould_sm" jdbcType="VARCHAR" property="personMouldSm"/> |
|
|
<result column="person_json" jdbcType="VARCHAR" property="personJson"/> |
|
|
<result column="person_json" jdbcType="VARCHAR" property="personJson"/> |
|
|
|
|
|
<result column="subtitle_enabled" jdbcType="INTEGER" property="subtitleEnabled"/> |
|
|
|
|
|
<result column="subtitle_params" jdbcType="VARCHAR" property="subtitleParams"/> |
|
|
|
|
|
|
|
|
<result column="voice_mould_id" jdbcType="BIGINT" property="voiceMouldId"/> |
|
|
<result column="voice_mould_id" jdbcType="BIGINT" property="voiceMouldId"/> |
|
|
<result column="voice_mould_sm" jdbcType="VARCHAR" property="voiceMouldSm"/> |
|
|
<result column="voice_mould_sm" jdbcType="VARCHAR" property="voiceMouldSm"/> |
|
|
<result column="languages" jdbcType="BIGINT" property="languages"/> |
|
|
<result column="languages" jdbcType="BIGINT" property="languages"/> |
|
@@ -36,7 +39,7 @@ |
|
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
<sql id="allColumns"> |
|
|
`id`, `tenant_id`, `parent_tenant_id`, `user_id`, `video_type`, |
|
|
`id`, `tenant_id`, `parent_tenant_id`, `user_id`, `video_type`, |
|
|
`person_mould_id`, `person_mould_sm`,`person_json`, `voice_mould_id`, `voice_mould_sm`, `languages`, `paperwork`, `background_id`, `background_sm`,`material_ids`,`material_all_json`, |
|
|
|
|
|
|
|
|
`person_mould_id`, `person_mould_sm`,`person_json`, `subtitle_enabled`, `subtitle_params`, `voice_mould_id`, `voice_mould_sm`, `languages`, `paperwork`, `background_id`, `background_sm`,`material_ids`,`material_all_json`, |
|
|
`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` |
|
|
`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` |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|