select id, mqtt_topic, topic_name, method, siteId, create_by, create_time, update_by, update_time from ems_mqtt_topic_config insert into ems_mqtt_topic_config mqtt_topic, topic_name, method, siteId, create_by, create_time, update_by, update_time, #{mqttTopic}, #{topicName}, #{method}, #{siteId}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update ems_mqtt_topic_config mqtt_topic = #{mqttTopic}, topic_name = #{topicName}, method = #{method}, siteId = #{siteId}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from ems_mqtt_topic_config where id = #{id} delete from ems_mqtt_topic_config where id in #{id}