This commit is contained in:
YAS\29473
2026-01-23 13:38:48 +08:00
parent b4325a75cf
commit 36f21ee13d

View File

@@ -2548,6 +2548,9 @@
<if test="stopReasonCode != null">
stop_reason_code = #{stopReasonCode},
</if>
<if test="remedialAmount != null">
remedial_amount = #{remedialAmount},
</if>
<if test="reason != null">
reason = #{reason},
</if>