| @@ -38,6 +38,7 @@ | |||||
| <result column="cost_points" jdbcType="INTEGER" property="costPoints"/> | <result column="cost_points" jdbcType="INTEGER" property="costPoints"/> | ||||
| <result column="cost_points_detail" jdbcType="VARCHAR" property="costPointsDetail"/> | <result column="cost_points_detail" jdbcType="VARCHAR" property="costPointsDetail"/> | ||||
| <result column="is_del" jdbcType="INTEGER" property="isDel"/> | |||||
| </resultMap> | </resultMap> | ||||
| <sql id="allColumns"> | <sql id="allColumns"> | ||||
| @@ -45,7 +46,7 @@ | |||||
| `person_mould_id`, `person_mould_sm`,`person_json`, `subtitle_enabled`, `subtitle_params`, `voice_mould_id`, `voice_mould_sm`, `languages`, | `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`, | `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`, | `video_play_url`, `video_time`, `video_size`, `video_status`, `video_msg`, `create_video_date`, `create_date`, `update_date`,`cost_points`, | ||||
| `cost_points_detail` | |||||
| `cost_points_detail`,`is_del` | |||||
| </sql> | </sql> | ||||
| <sql id="dynamicWhereConditions"> | <sql id="dynamicWhereConditions"> | ||||
| @@ -152,7 +153,7 @@ | |||||
| `id`, `video_type`, | `id`, `video_type`, | ||||
| `paperwork`, | `paperwork`, | ||||
| `title`, `cover_img`, `remark`, `video_id`, `video_path`, `video_play_url`, `video_time`, `video_size`, `video_status`, `video_msg`, | `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` | |||||
| `create_video_date`, `create_date`, `update_date`,`cost_points`,`cost_points_detail`,`is_del` | |||||
| from user_mould_video | from user_mould_video | ||||
| <include refid="dynamicWhereConditions"/> | <include refid="dynamicWhereConditions"/> | ||||
| </select> | </select> | ||||