select investigate_table_id, investigate_name, content, end_time, cipher, create_by, create_time, update_by, update_time, remark from investigate_table
insert into investigate_table
investigate_name,
content,
end_time,
cipher,
create_by,
create_time,
update_by,
update_time,
remark,
#{investigateName},
#{content},
#{endTime},
#{cipher},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update investigate_table
investigate_name = #{investigateName},
content = #{content},
end_time = #{endTime},
cipher = #{cipher},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where investigate_table_id = #{investigateTableId}
delete from investigate_table where investigate_table_id = #{investigateTableId}
delete from investigate_table where investigate_table_id in
#{id}