select id, fs_user_id, title, content, images, type, link_id, create_time, create_by, update_time, update_by, remark,complaint_type,is_handle_store,is_handle_platform,is_read_user,is_read_store,is_read_platform,store_id from fs_user_complaint insert into fs_user_complaint fs_user_id, title, content, images, type, link_id, create_time, create_by, update_time, update_by, remark, complaint_type, is_handle_store, is_handle_platform, is_read_user, is_read_store, is_read_platform, store_id, #{fsUserId}, #{title}, #{content}, #{images}, #{type}, #{linkId}, #{createTime}, #{createBy}, #{updateTime}, #{updateBy}, #{remark}, #{complaintType}, #{isHandleStore}, #{isHandlePlatform}, #{isReadUser}, #{isReadStore}, #{isReadPlatform}, #{storeId}, update fs_user_complaint fs_user_id = #{fsUserId}, title = #{title}, content = #{content}, images = #{images}, type = #{type}, link_id = #{linkId}, create_time = #{createTime}, create_by = #{createBy}, update_time = #{updateTime}, update_by = #{updateBy}, remark = #{remark}, complaint_type = #{complaintType}, is_handle_store = #{isHandleStore}, is_handle_platform = #{isHandlePlatform}, is_read_user = #{isReadUser}, is_read_store = #{isReadStore}, is_read_platform = #{isReadPlatform}, store_id = #{storeId}, where id = #{id} delete from fs_user_complaint where id = #{id} delete from fs_user_complaint where id in #{id}