|
|
@@ -244,7 +244,7 @@
|
|
|
<if test="interviewContactPhone != null">interview_contact_phone = #{interviewContactPhone},</if>
|
|
|
<if test="applyPositionId != null">apply_position_id = #{applyPositionId},</if>
|
|
|
<if test="interviewInviteTime != null">interview_invite_time = #{interviewInviteTime},</if>
|
|
|
- <if test="otherInterviewAddress != null">interview_invite_time = #{otherInterviewAddress}</if>
|
|
|
+ <if test="otherInterviewAddress != null">other_interview_address = #{otherInterviewAddress}</if>
|
|
|
</trim>
|
|
|
WHERE id = #{id}
|
|
|
</update>
|