select temp_id, temp_type, title, item_json, create_time, update_time, sort from fs_inquiry_temp
insert into fs_inquiry_temp
temp_type,
title,
item_json,
create_time,
update_time,
sort,
#{tempType},
#{title},
#{itemJson},
#{createTime},
#{updateTime},
#{sort},
update fs_inquiry_temp
temp_type = #{tempType},
title = #{title},
item_json = #{itemJson},
create_time = #{createTime},
update_time = #{updateTime},
sort = #{sort},
where temp_id = #{tempId}
delete from fs_inquiry_temp where temp_id = #{tempId}
delete from fs_inquiry_temp where temp_id in
#{tempId}