|
@@ -88,9 +88,7 @@
|
|
|
<if test="emergencyContactPhone != null">
|
|
|
emergency_contact_phone_ = #{emergencyContactPhone},
|
|
|
</if>
|
|
|
- <if test="resignationDate != null">
|
|
|
resignation_date_ = #{resignationDate},
|
|
|
- </if>
|
|
|
<if test="position != null">
|
|
|
position_ = #{position,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
</if>
|