select id, rep_product_type, electric_index, gas_index, steam_index, variety_type from gxdh_count insert into gxdh_count id, rep_product_type, electric_index, gas_index, steam_index, variety_type, #{id}, #{repProductType}, #{electricIndex}, #{gasIndex}, #{steamIndex}, #{varietyType}, update gxdh_count rep_product_type = #{repProductType}, electric_index = #{electricIndex}, gas_index = #{gasIndex}, steam_index = #{steamIndex}, variety_type = #{varietyType}, where id = #{id} delete from gxdh_count where id = #{id} delete from gxdh_count where id in #{id}