|
@@ -535,8 +535,8 @@
|
|
|
<if test="position != null ">position = #{position},</if>
|
|
<if test="position != null ">position = #{position},</if>
|
|
|
<if test="department != null ">department = #{department},</if>
|
|
<if test="department != null ">department = #{department},</if>
|
|
|
<if test="nature != null and nature!=''">nature = #{nature},</if>
|
|
<if test="nature != null and nature!=''">nature = #{nature},</if>
|
|
|
- card_num = #{cardNum},
|
|
|
|
|
- card_num_simple = #{cardNumSimple},
|
|
|
|
|
|
|
+ <if test="cardNum != null and cardNum!=''">card_num = #{cardNum},</if>
|
|
|
|
|
+ <if test="cardNumSimple != null and cardNumSimple!=''">card_num_simple = #{cardNumSimple},</if>
|
|
|
<if test="education != null and education!=''">education = #{education},</if>
|
|
<if test="education != null and education!=''">education = #{education},</if>
|
|
|
<if test="nationality != null and nationality!=''">nationality = #{nationality},</if>
|
|
<if test="nationality != null and nationality!=''">nationality = #{nationality},</if>
|
|
|
<if test="addr != null and addr != ''">addr = #{addr},</if>
|
|
<if test="addr != null and addr != ''">addr = #{addr},</if>
|