|
@@ -96,6 +96,7 @@
|
|
|
<result column="addCityName" property="addCityName"/>
|
|
|
<result column="workExperience" property="workExperience"/>
|
|
|
<result column="education" property="education"/>
|
|
|
+ <result column="closedFlag" property="closedFlag"/>
|
|
|
<collection column="intvId" property="interviewInfo" ofType="com.wechat.model.dto.InterviewListDto">
|
|
|
<result column="entContacts" property="entContacts"/>
|
|
|
<result column="entContactInfo" property="entContactInfo"/>
|
|
@@ -261,7 +262,8 @@
|
|
|
s1.NAME as addProvinceName,
|
|
|
s2.NAME as addCityName,
|
|
|
b.work_experience as workExperience,
|
|
|
- b.education as education
|
|
|
+ b.education as education,
|
|
|
+ b.DEL_FLAG as closedFlag
|
|
|
,intv.ENT_CONTACTS as entContacts
|
|
|
,intv.ENT_CONTACT_INFO as entContactInfo
|
|
|
,intv.TYPE as type
|
|
@@ -283,7 +285,7 @@
|
|
|
mde_position_cv_rel a
|
|
|
LEFT JOIN mde_job_advertised b
|
|
|
ON a.pos_id = b.JOB_ID
|
|
|
- AND b.del_flag = 0
|
|
|
+<!-- AND b.del_flag = 0-->
|
|
|
LEFT JOIN mde_interview intv
|
|
|
ON a.INTV_ID = intv.INTV_ID
|
|
|
LEFT JOIN mde_intv_time time
|