LiFei 6 лет назад
Родитель
Сommit
77dda0c12e

+ 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="other_interview_address != null">interview_invite_time = #{otherInterviewAddress}</if>
+			<if test="otherInterviewAddress != null">interview_invite_time = #{otherInterviewAddress}</if>
 		 </trim>
 		WHERE id = #{id}
 	</update>

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

@@ -442,7 +442,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="other_interview_address != null">interview_invite_time = #{otherInterviewAddress}</if>
+            <if test="otherInterviewAddress != null">interview_invite_time = #{otherInterviewAddress}</if>
 		</trim>
 		WHERE id = #{id}
 	</update>