`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`, `title`, `remark`, `video_id`, `video_path`, `video_time`, `video_status`, `video_msg`, `create_video_date`, `create_date`, `update_date` where `is_del` = 0 and `id` = #{id} and `tenant_id` = #{tenantId} and `parent_tenant_id` = #{parentTenantId} and `user_id` = #{userId} and `type` = #{type} and `person_mould_id` = #{personMouldId} and `voice_mould_id` = #{voiceMouldId} and `background_mould_id` = #{backgroundMouldId} and `title` like concat('%', #{title},'%') and `video_status` = #{videoStatus} and `create_date` between #{startDate} and #{endDate} and id in #{idItem} order by ${sortColumns} update user_mould_video set is_del = 1,update_date = now() where id = #{id}