INSERT INTO f_media_library (file_path, file_name, file_type, category, title_zh, title_en, description_zh, description_en, file_size, width, height, is_published, sort_order, create_by, remark) VALUES (#{filePath}, #{fileName}, #{fileType}, #{category}, #{titleZh}, #{titleEn}, #{descriptionZh}, #{descriptionEn}, #{fileSize}, #{width}, #{height}, #{isPublished}, #{sortOrder}, #{createBy}, #{remark}) UPDATE f_media_library file_path = #{filePath}, file_name = #{fileName}, file_type = #{fileType}, category = #{category}, title_zh = #{titleZh}, title_en = #{titleEn}, description_zh = #{descriptionZh}, description_en = #{descriptionEn}, is_published = #{isPublished}, sort_order = #{sortOrder}, update_by = #{updateBy}, remark = #{remark}, WHERE media_library_id = #{mediaLibraryId} AND del_flag = 0 UPDATE f_media_library SET del_flag = 1 WHERE media_library_id = #{id}