薪酬系统-福利台账导入涉及的sql优化
This commit is contained in:
parent
8492c2097b
commit
7daa256584
|
|
@ -772,6 +772,7 @@
|
|||
<if test="null != otherPerJson and '' != otherPerJson">other_per_json = #{otherPerJson},</if>
|
||||
<if test="null != otherPerSum and '' != otherPerSum">other_per_sum = #{otherPerSum},</if>
|
||||
<if test="null != perSum and '' != perSum">per_sum = #{perSum},</if>
|
||||
<if test="null != comSum and '' != comSum">com_sum = #{comSum},</if>
|
||||
<if test="null != socialComJson and '' != socialComJson">social_com_json = #{socialComJson},</if>
|
||||
<if test="null != socialComSum and '' != socialComSum">social_com_sum = #{socialComSum},</if>
|
||||
<if test="null != fundComJson and '' != fundComJson">fund_com_json = #{fundComJson},</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue