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