select id, num, scales , address, lng, lat, well_date, construction_unit, depth, well_type, well_bit, well_casing, well_nature, ele_resistivity, machine_type, interpretation, user_explain, user_proof, user_check, survey_company, survey_company_addr, survey_engineer, survey_tel, remark from js_hydrology_well_info
insert into js_hydrology_well_info
num,
scales,
address,
lng,
lat,
well_date,
construction_unit,
depth,
well_type,
well_bit,
well_casing,
well_nature,
ele_resistivity,
machine_type,
interpretation,
user_explain,
user_proof,
user_check,
survey_company,
survey_company_addr,
survey_engineer,
survey_tel,
remark,
#{num},
#{scales},
#{address},
#{lng},
#{lat},
#{wellDate},
#{constructionUnit},
#{depth},
#{wellType},
#{wellBit},
#{wellCasing},
#{wellNature},
#{eleResistivity},
#{machineType},
#{interpretation},
#{userExplain},
#{userProof},
#{userCheck},
#{surveyCompany},
#{surveyCompanyAddr},
#{surveyEngineer},
#{surveyTel},
#{remark},
update js_hydrology_well_info
num = #{num},
scales = #{scales},
address = #{address},
lng = #{lng},
lat = #{lat},
well_date = #{wellDate},
construction_unit = #{constructionUnit},
depth = #{depth},
well_type = #{wellType},
well_bit = #{wellBit},
well_casing = #{wellCasing},
well_nature = #{wellNature},
ele_resistivity = #{eleResistivity},
machine_type = #{machineType},
interpretation = #{interpretation},
user_explain = #{userExplain},
user_proof = #{userProof},
user_check = #{userCheck},
survey_company = #{surveyCompany},
survey_company_addr = #{surveyCompanyAddr},
survey_engineer = #{surveyEngineer},
survey_tel = #{surveyTel},
remark = #{remark},
where id = #{id}
delete from js_hydrology_well_info where id = #{id}
delete from js_hydrology_well_info where id in
#{id}