select id, gateway_no, hbt_time, content from gateway_hbt_log insert into gateway_hbt_log id, gateway_no, hbt_time, content, #{id}, #{gatewayNo}, #{hbtTime}, #{content}, update gateway_hbt_log gateway_no = #{gatewayNo}, hbt_time = #{hbtTime}, content = #{content}, where id = #{id} delete from gateway_hbt_log where id = #{id} delete from gateway_hbt_log where id in #{id}