deploy_id, app_id, create_by, update_by, create_time, update_time
delete from mnt_deploy
where deploy_id = #{deployId,jdbcType=BIGINT}
insert into mnt_deploy (deploy_id, app_id, create_by,
update_by, create_time, update_time
)
values (#{deployId,jdbcType=BIGINT}, #{appId,jdbcType=BIGINT}, #{createBy,jdbcType=VARCHAR},
#{updateBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}
)
insert into mnt_deploy
deploy_id,
app_id,
create_by,
update_by,
create_time,
update_time,
#{deployId,jdbcType=BIGINT},
#{appId,jdbcType=BIGINT},
#{createBy,jdbcType=VARCHAR},
#{updateBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update mnt_deploy
app_id = #{appId,jdbcType=BIGINT},
create_by = #{createBy,jdbcType=VARCHAR},
update_by = #{updateBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where deploy_id = #{deployId,jdbcType=BIGINT}
update mnt_deploy
set app_id = #{appId,jdbcType=BIGINT},
create_by = #{createBy,jdbcType=VARCHAR},
update_by = #{updateBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where deploy_id = #{deployId,jdbcType=BIGINT}