select id, use_id, property_brand, property_mac, property_netstyle, property_type, property_no, property_name, computer_type_, property_miji, property_SN, remark, is_curcial, is_software, username, maintain_depart, maintain_user, maintain_date, maintain_state, destory_state, destory_depart, destory_user, destory_date, destory_type, property_refer, maintain_remark, shemichengdu, part from td_property_info
insert into td_property_info
id,
use_id,
property_brand,
property_mac,
property_netstyle,
property_type,
property_no,
property_name,
computer_type_,
property_miji,
property_SN,
remark,
is_curcial,
is_software,
username,
maintain_depart,
maintain_user,
maintain_date,
maintain_state,
destory_state,
destory_depart,
destory_user,
destory_date,
destory_type,
property_refer,
maintain_remark,
shemichengdu,
part,
maintain_stand,
destory_stand,
#{id},
#{useId},
#{propertyBrand},
#{propertyMac},
#{propertyNetstyle},
#{propertyType},
#{propertyNo},
#{propertyName},
#{computerType},
#{propertyMiji},
#{propertySn},
#{remark},
#{isCurcial},
#{isSoftware},
#{username},
#{maintainDepart},
#{maintainUser},
#{maintainDate},
#{maintainState},
#{destoryState},
#{destoryDepart},
#{destoryUser},
#{destoryDate},
#{destoryType},
#{propertyRefer},
#{maintainRemark},
#{shemichengdu},
#{part},
#{maintainStand},
#{destoryStand},
update td_property_info
use_id = #{useId},
property_brand = #{propertyBrand},
property_mac = #{propertyMac},
property_netstyle = #{propertyNetstyle},
property_type = #{propertyType},
property_no = #{propertyNo},
property_name = #{propertyName},
computer_type_ = #{computerType},
property_miji = #{propertyMiji},
property_SN = #{propertySn},
remark = #{remark},
is_curcial = #{isCurcial},
is_software = #{isSoftware},
username = #{username},
maintain_depart = #{maintainDepart},
maintain_user = #{maintainUser},
maintain_date = #{maintainDate},
maintain_state = #{maintainState},
destory_state = #{destoryState},
destory_depart = #{destoryDepart},
destory_user = #{destoryUser},
destory_date = #{destoryDate},
destory_type = #{destoryType},
property_refer = #{propertyRefer},
maintain_remark = #{maintainRemark},
shemichengdu = #{shemichengdu},
part = #{part},
maintain_stand = #{maintainStand},
destory_stand = #{destoryStand},
where id = #{id}
delete from td_property_info where id = #{id}
delete from td_property_info where id in
#{id}