加密字段xml更新otherPaymentBaseString

This commit is contained in:
李栋 2022-10-27 18:16:54 +08:00
parent 104213fc04
commit ce96bcf276
1 changed files with 8 additions and 0 deletions

View File

@ -956,6 +956,14 @@
</if>
</foreach>
</trim>
<trim prefix="other_payment_base_string =case" suffix="end,">
<foreach collection="collection" item="item" index="index">
<if test="item.otherPaymentBaseString!=null">
when id=#{item.id} then #{item.otherPaymentBaseString}
</if>
</foreach>
</trim>
</trim>
<trim prefix="social_per_json =case" suffix="end,">
<foreach collection="collection" item="item" index="index">
<if test="item.socialPerJson!=null">