bridgePodMapper.xml tpiID
This commit is contained in:
parent
be8d9eea4e
commit
162614b4c1
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue