|
|
@@ -35,12 +35,17 @@ |
|
|
|
<result column="create_video_date" jdbcType="TIMESTAMP" property="createVideoDate"/> |
|
|
|
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/> |
|
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/> |
|
|
|
|
|
|
|
<result column="cost_points" jdbcType="INTEGER" property="costPoints"/> |
|
|
|
<result column="cost_points_detail" jdbcType="VARCHAR" property="costPointsDetail"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`, `tenant_id`, `parent_tenant_id`, `user_id`, `video_type`, |
|
|
|
`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` |
|
|
|
`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`,`cost_points`, |
|
|
|
`cost_points_detail` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
@@ -132,7 +137,7 @@ |
|
|
|
`id`, `video_type`, |
|
|
|
`paperwork`, |
|
|
|
`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` |
|
|
|
`create_video_date`, `create_date`, `update_date`,`cost_points`,`cost_points_detail` |
|
|
|
from user_mould_video |
|
|
|
<include refid="dynamicWhereConditions"/> |
|
|
|
</select> |
|
|
|