server_id, account, ip, name, password, port, create_by, update_by, create_time,
update_time
delete from mnt_server
where server_id = #{serverId,jdbcType=BIGINT}
insert into mnt_server (server_id, account, ip,
name, password, port,
create_by, update_by, create_time,
update_time)
values (#{serverId,jdbcType=BIGINT}, #{account,jdbcType=VARCHAR}, #{ip,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR}, #{port,jdbcType=INTEGER},
#{createBy,jdbcType=VARCHAR}, #{updateBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP})
insert into mnt_server
server_id,
account,
ip,
name,
password,
port,
create_by,
update_by,
create_time,
update_time,
#{serverId,jdbcType=BIGINT},
#{account,jdbcType=VARCHAR},
#{ip,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR},
#{port,jdbcType=INTEGER},
#{createBy,jdbcType=VARCHAR},
#{updateBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update mnt_server
account = #{account,jdbcType=VARCHAR},
ip = #{ip,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
port = #{port,jdbcType=INTEGER},
create_by = #{createBy,jdbcType=VARCHAR},
update_by = #{updateBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where server_id = #{serverId,jdbcType=BIGINT}
update mnt_server
set account = #{account,jdbcType=VARCHAR},
ip = #{ip,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
port = #{port,jdbcType=INTEGER},
create_by = #{createBy,jdbcType=VARCHAR},
update_by = #{updateBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where server_id = #{serverId,jdbcType=BIGINT}