LiFei пре 6 година
родитељ
комит
1401f028f6

+ 1 - 1
happy-job-module-crm/src/main/java/com/jeeplus/modules/cmposition/mapper/xml/CmPositionTrackMapper.xml

@@ -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>

+ 1 - 1
happy-job-module-hpjob/src/main/java/com/jeeplus/modules/dpposition/mapper/xml/DpPositionMapper.xml

@@ -441,7 +441,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>