select id, inscode, seq, name, address, area, type, vehicletype, polygon, totalvehnum, curvehnum, status, flag, area_code, poi_lon, poi_lat, create_time, update_time from school_region
insert into school_region
id,
inscode,
seq,
name,
address,
area,
type,
vehicletype,
polygon,
totalvehnum,
curvehnum,
status,
flag,
area_code,
poi_lon,
poi_lat,
create_time,
update_time,
#{id},
#{inscode},
#{seq},
#{name},
#{address},
#{area},
#{type},
#{vehicletype},
#{polygon},
#{totalvehnum},
#{curvehnum},
#{status},
#{flag},
#{areaCode},
#{poiLon},
#{poiLat},
#{createTime},
#{updateTime},
update school_region
inscode = #{inscode},
seq = #{seq},
name = #{name},
address = #{address},
area = #{area},
type = #{type},
vehicletype = #{vehicletype},
polygon = #{polygon},
totalvehnum = #{totalvehnum},
curvehnum = #{curvehnum},
status = #{status},
flag = #{flag},
area_code = #{areaCode},
poi_lon = #{poiLon},
poi_lat = #{poiLat},
create_time = #{createTime},
update_time = #{updateTime},
where id = #{id}
delete from school_region where id = #{id}
delete from school_region where id in
#{id}