id, rtuAddr, protocol, findDt
delete from pr_controller_tramp
where id = #{id,jdbcType=BIGINT}
insert into pr_controller_tramp (id, rtuAddr, protocol,
findDt)
values (#{id,jdbcType=BIGINT}, #{rtuAddr,jdbcType=VARCHAR}, #{protocol,jdbcType=VARCHAR},
#{findDt,jdbcType=TIMESTAMP})
insert into pr_controller_tramp
id,
rtuAddr,
protocol,
findDt,
#{id,jdbcType=BIGINT},
#{rtuAddr,jdbcType=VARCHAR},
#{protocol,jdbcType=VARCHAR},
#{findDt,jdbcType=TIMESTAMP},
update pr_controller_tramp
rtuAddr = #{rtuAddr,jdbcType=VARCHAR},
protocol = #{protocol,jdbcType=VARCHAR},
findDt = #{findDt,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update pr_controller_tramp
set rtuAddr = #{rtuAddr,jdbcType=VARCHAR},
protocol = #{protocol,jdbcType=VARCHAR},
findDt = #{findDt,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}