select id, hole_num, district, address, lng, lat, hole_depth, elevation, well_date, pipe_depth, machine_type, remark, create_time from js_hydrology_hole_info
insert into js_hydrology_hole_info
hole_num,
district,
address,
lng,
lat,
hole_depth,
elevation,
well_date,
pipe_depth,
machine_type,
remark,
create_time,
#{holeNum},
#{district},
#{address},
#{lng},
#{lat},
#{holeDepth},
#{elevation},
#{wellDate},
#{pipeDepth},
#{machineType},
#{remark},
#{createTime},
update js_hydrology_hole_info
hole_num = #{holeNum},
district = #{district},
address = #{address},
lng = #{lng},
lat = #{lat},
hole_depth = #{holeDepth},
elevation = #{elevation},
well_date = #{wellDate},
pipe_depth = #{pipeDepth},
machine_type = #{machineType},
remark = #{remark},
create_time = #{createTime},
where id = #{id}
delete from js_hydrology_hole_info where id = #{id}
delete from js_hydrology_hole_info where id in
#{id}
delete from js_hydrology_hole_info where hole_num = #{holeNum}