select id, fs_user_id, title, content, images, type, link_id, create_time, create_by, update_time, update_by, remark 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,
#{fsUserId},
#{title},
#{content},
#{images},
#{type},
#{linkId},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{remark},
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},
where id = #{id}
delete from fs_user_complaint where id = #{id}
delete from fs_user_complaint where id in
#{id}