修复加密解密:社保档案、社保台账加解密失败问题
This commit is contained in:
parent
4b823ccca7
commit
a44d42e9d2
|
|
@ -1141,6 +1141,27 @@
|
|||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="social_payment_com_base_string =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.socialPaymentComBaseString!=null">
|
||||
when id=#{item.id} then #{item.socialPaymentComBaseString}
|
||||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="fund_payment_com_base_string =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.fundPaymentComBaseString!=null">
|
||||
when id=#{item.id} then #{item.fundPaymentComBaseString}
|
||||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="other_payment_com_base_string =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.otherPaymentComBaseString!=null">
|
||||
when id=#{item.id} then #{item.otherPaymentComBaseString}
|
||||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="social_per_json =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.socialPerJson!=null">
|
||||
|
|
|
|||
|
|
@ -285,6 +285,13 @@
|
|||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="fund_payment_com_base_string =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.fundPaymentComBaseString!=null">
|
||||
when id=#{item.id} then #{item.fundPaymentComBaseString}
|
||||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="delete_type =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.deleteType!=null">
|
||||
|
|
|
|||
|
|
@ -275,6 +275,13 @@
|
|||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="other_payment_com_base_string =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.otherPaymentComBaseString!=null">
|
||||
when id=#{item.id} then #{item.otherPaymentComBaseString}
|
||||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="delete_type =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.deleteType!=null">
|
||||
|
|
|
|||
|
|
@ -929,6 +929,13 @@
|
|||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="social_payment_com_base_string =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.socialPaymentComBaseString!=null">
|
||||
when id=#{item.id} then #{item.socialPaymentComBaseString}
|
||||
</if>
|
||||
</foreach>
|
||||
</trim>
|
||||
<trim prefix="delete_type =case" suffix="end,">
|
||||
<foreach collection="collection" item="item" index="index">
|
||||
<if test="item.deleteType!=null">
|
||||
|
|
|
|||
Loading…
Reference in New Issue