bridgePodMapper.xml tpiID

This commit is contained in:
jiangzhongxiang 2019-06-05 01:03:08 +08:00
parent be8d9eea4e
commit 162614b4c1
1 changed files with 7 additions and 7 deletions

View File

@ -65,7 +65,7 @@
)
values
(#{id,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR},
#{tpiId,jdbcType=VARCHAR},
#{tpiID,jdbcType=VARCHAR},
#{k8sCreateTime,jdbcType=TIMESTAMP},
#{deleteTime,jdbcType=TIMESTAMP}, #{secKey,jdbcType=VARCHAR},
#{requestTime,jdbcType=TIMESTAMP}, #{pull,jdbcType=DOUBLE},
@ -88,7 +88,7 @@
<if test="name != null">
name,
</if>
<if test="tpiId != null">
<if test="tpiID != null">
tpi_ID,
</if>
<if test="k8sCreateTime != null">
@ -144,8 +144,8 @@
<if test="name != null">
#{name,jdbcType=VARCHAR},
</if>
<if test="tpiId != null">
#{tpiId,jdbcType=VARCHAR},
<if test="tpiID != null">
#{tpiID,jdbcType=VARCHAR},
</if>
<if test="k8sCreateTime != null">
#{k8sCreateTime,jdbcType=TIMESTAMP},
@ -201,8 +201,8 @@
<if test="name != null">
name = #{name,jdbcType=VARCHAR},
</if>
<if test="tpiId != null">
tpi_ID = #{tpiId,jdbcType=VARCHAR},
<if test="tpiID != null">
tpi_ID = #{tpiID,jdbcType=VARCHAR},
</if>
<if test="k8sCreateTime != null">
k8s_create_time = #{k8sCreateTime,jdbcType=TIMESTAMP},
@ -256,7 +256,7 @@
parameterType="com.educoder.bridge.k8s.model.BridgePod">
update bridge_pod
set name = #{name,jdbcType=VARCHAR},
tpi_ID = #{tpiId,jdbcType=VARCHAR},
tpi_ID = #{tpiID,jdbcType=VARCHAR},
k8s_create_time =
#{k8sCreateTime,jdbcType=TIMESTAMP},
delete_time =