select id, device_brand, type, device_type, power_supply, device_encoding, address_code, installation_location, longitude, latitude, docking_method, del_flag, create_time, create_by, update_time, update_by, name from iot_device_information_targetPests insert into iot_device_information_targetPests device_brand, type, device_type, power_supply, device_encoding, address_code, installation_location, longitude, latitude, docking_method, del_flag, create_time, create_by, update_time, update_by, name, #{deviceBrand}, #{type}, #{deviceType}, #{powerSupply}, #{deviceEncoding}, #{addressCode}, #{installationLocation}, #{longitude}, #{latitude}, #{dockingMethod}, #{delFlag}, #{createTime}, #{createBy}, #{updateTime}, #{updateBy}, #{name}, update iot_device_information_targetPests device_brand = #{deviceBrand}, type = #{type}, device_type = #{deviceType}, power_supply = #{powerSupply}, device_encoding = #{deviceEncoding}, address_code = #{addressCode}, installation_location = #{installationLocation}, longitude = #{longitude}, latitude = #{latitude}, docking_method = #{dockingMethod}, del_flag = #{delFlag}, create_time = #{createTime}, create_by = #{createBy}, update_time = #{updateTime}, update_by = #{updateBy}, name = #{name}, where id = #{id} delete from iot_device_information_targetPests where id = #{id} delete from iot_device_information_targetPests where id in #{id}