select id, re_no, au_status, reason, auditor, depart, create_time, update_time from rt_fu_audit insert into rt_fu_audit re_no, au_status, reason, auditor, depart, create_time, update_time, #{reNo}, #{auStatus}, #{reason}, #{auditor}, #{depart}, #{createTime}, #{updateTime}, update rt_fu_audit re_no = #{reNo}, au_status = #{auStatus}, reason = #{reason}, auditor = #{auditor}, depart = #{depart}, create_time = #{createTime}, update_time = #{updateTime}, where id = #{id} delete from rt_fu_audit where re_no = #{reNo} delete from rt_fu_audit where id in #{id}