9.18开发提交

This commit is contained in:
hejinbo
2023-09-18 15:33:40 +08:00
parent 6548f00ab0
commit 5311b1dc3d
8 changed files with 145 additions and 18 deletions
@@ -139,6 +139,7 @@
<if test="arbitratorId != null and arbitratorId != ''">arbitrator_id = #{arbitratorId},</if>
<if test="arbitratorName != null and arbitratorName != ''">arbitrator_name = #{arbitratorName},</if>
<if test="pendingAppointArbotrar != null ">pending_appoint_arbotrar = #{pendingAppointArbotrar},</if>
<if test="arbitratMethod != null ">arbitrat_method = #{arbitratMethod},</if>
</set>
where id = #{id}
</update>