select id, plotid, flatid, floor, area, status, rent, rentType, addtime, iSadd from ad_management
insert into ad_management
plotid,
flatid,
floor,
area,
status,
rent,
rentType,
addtime,
iSadd,
#{plotid},
#{flatid},
#{floor},
#{area},
#{status},
#{rent},
#{renttype},
#{addtime},
#{isadd},
update ad_management
plotid = #{plotid},
flatid = #{flatid},
floor = #{floor},
area = #{area},
status = #{status},
rent = #{rent},
rentType = #{renttype},
addtime = #{addtime},
iSadd = #{isadd},
where id = #{id}
delete from ad_management where id = #{id}
delete from ad_management where id in
#{id}