This commit is contained in:
shuo.wang
2025-04-15 13:59:54 +08:00
parent c835844913
commit e2e1458ec2
2 changed files with 7 additions and 0 deletions

View File

@@ -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>