From 2bf711e0939700a2f6dd4dd0eacadb47330a828c Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 31 Dec 2023 20:45:26 +0800 Subject: [PATCH] fix --- .../resources/mapper/UserMouldVideoMapper.xml | 198 ------------------ 1 file changed, 198 deletions(-) delete mode 100644 yqzjService/src/main/resources/mapper/UserMouldVideoMapper.xml diff --git a/yqzjService/src/main/resources/mapper/UserMouldVideoMapper.xml b/yqzjService/src/main/resources/mapper/UserMouldVideoMapper.xml deleted file mode 100644 index 7f820d9..0000000 --- a/yqzjService/src/main/resources/mapper/UserMouldVideoMapper.xml +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - `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`,`cost_points`, - `cost_points_detail`,`is_del` - - - - where 1 = 1 - - - and `id` = #{id} - - - - and `is_del` = #{isDel} - - - - and `tenant_id` = #{tenantId} - - - and `parent_tenant_id` = #{parentTenantId} - - - - and `user_id` = #{userId} - - - - and `video_type` = #{videoType} - - - - and `person_mould_id` = #{personMouldId} - - - - and `voice_mould_id` = #{voiceMouldId} - - - - and `background_id` = #{backgroundId} - - - - and `title` like concat('%', #{title},'%') - - - - and `paperwork` like concat('%', #{paperwork},'%') - - - - and `video_status` = #{videoStatus} - - - - and create_date >= #{startDate} - - - and create_date < #{endDate} - - - - and create_video_date >= #{videoStartDate} - - - and create_video_date < #{videoEndDate} - - - - and video_status in - - #{videoStatusItem} - - - - - and user_id in - - #{cidItem} - - - - - and id in - - #{idItem} - - - - order by ${sortColumns} - - - - - - update user_mould_video set is_del = 1,update_date = now() where id = #{id} - - - - - - - - - - - - - - -