select id, contacts, contact_information, address_unit, repair_type, description, state from bdgl_repair
insert into bdgl_repair
contacts,contact_information,address_unit,repair_type,description,state,#{contacts},#{contactInformation},#{addressUnit},#{repairType},#{description},#{state},
update bdgl_repair
contacts = #{contacts},contact_information = #{contactInformation},address_unit = #{addressUnit},repair_type = #{repairType},description = #{description},state = #{state},
where id = #{id}
delete from bdgl_repair where id = #{id}
delete from bdgl_repair where id in
#{id}