fix
This commit is contained in:
@@ -159,6 +159,9 @@
|
||||
<if test="record.downstreamSystemPassword != null">
|
||||
downstream_system_password = #{record.downstreamSystemPassword},
|
||||
</if>
|
||||
<if test="record.downstreamSystemSecondaryPassword != null">
|
||||
downstream_system_secondary_password = #{record.downstreamSystemSecondaryPassword},
|
||||
</if>
|
||||
<if test="record.updateTime != null">
|
||||
update_time = #{record.updateTime},
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user