加密字段xml更新otherPaymentBaseString
This commit is contained in:
parent
104213fc04
commit
ce96bcf276
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue