|
|
@@ -8,12 +8,12 @@ |
|
|
|
<result column="user_id" jdbcType="BIGINT" property="userId"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="person_mould_id" jdbcType="BIGINT" property="personMouldId"/> |
|
|
|
<result column="person_mould_path" jdbcType="VARCHAR" property="personMouldPath"/> |
|
|
|
<result column="person_mould_sm_id" jdbcType="VARCHAR" property="personMouldSmId"/> |
|
|
|
<result column="voice_mould_id" jdbcType="BIGINT" property="voiceMouldId"/> |
|
|
|
<result column="voice_mould_path" jdbcType="VARCHAR" property="voiceMouldPath"/> |
|
|
|
<result column="voice_mould_sm_id" jdbcType="VARCHAR" property="voiceMouldSmId"/> |
|
|
|
<result column="paperwork" jdbcType="VARCHAR" property="paperwork"/> |
|
|
|
<result column="background_mould_id" jdbcType="BIGINT" property="backgroundMouldId"/> |
|
|
|
<result column="background_mould_path" jdbcType="VARCHAR" property="backgroundMouldPath"/> |
|
|
|
<result column="background_mould_sm_id" jdbcType="VARCHAR" property="backgroundMouldSmId"/> |
|
|
|
<result column="title" jdbcType="VARCHAR" property="title"/> |
|
|
|
<result column="remark" jdbcType="VARCHAR" property="remark"/> |
|
|
|
<result column="video_id" jdbcType="VARCHAR" property="videoId"/> |
|
|
@@ -29,7 +29,7 @@ |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`, `tenant_id`, `parent_tenant_id`, `user_id`, `type`, |
|
|
|
`person_mould_id`, `person_mould_path`, `voice_mould_id`, `voice_mould_path`, `paperwork`, `background_mould_id`, `background_mould_path`, |
|
|
|
`person_mould_id`, `person_mould_sm_id`, `voice_mould_id`, `voice_mould_sm_id`, `paperwork`, `background_mould_id`, `background_mould_sm_id`, |
|
|
|
`title`, `remark`, `video_id`, `video_path`, `video_time`, `video_status`, `video_msg`, `create_video_date`, `create_date`, `update_date` |
|
|
|
</sql> |
|
|
|
|
|
|
|