|
|
@@ -229,7 +229,6 @@
|
|
|
r.id_ as resumeId,
|
|
|
r.del_flag,
|
|
|
r.update_time,
|
|
|
- rede.chat_status,
|
|
|
rerd.browse_count,
|
|
|
r.education_,
|
|
|
r.work_exp,
|
|
|
@@ -237,7 +236,7 @@
|
|
|
r.job_status,
|
|
|
r.position_category_id
|
|
|
from job_resume r
|
|
|
- inner join job_jobuser ju on r.job_user_id=ju.id_ and ju.del_flag=0
|
|
|
+ inner join job_jobuser ju on r.job_user_id=ju.id_ and ju.del_flag=0 and r.del_flag=0
|
|
|
left join job_resume_deliver rede on r.id_=rede.job_resume_id and rede.del_flag=0
|
|
|
left join job_work_category w on r.position_category_id=w.id_ and w.del_flag=0
|
|
|
left join sys_data_dictionary workExpw on r.work_exp=workExpw.id_ and workExpw.del_flag=0
|
|
|
@@ -249,9 +248,6 @@
|
|
|
) tab
|
|
|
]]>
|
|
|
<where>
|
|
|
- <if test="1==1">
|
|
|
- <![CDATA[ and del_flag=0 and (chat_status is null or chat_status <>'5') ]]> <!--非已入职的简历sys_data_dictionary where parent_id=5e048b6d-cb1d-4fd5-bc70-c94259960862-->
|
|
|
- </if>
|
|
|
<if test="searchParams.positionName != null and searchParams.positionName !=''">
|
|
|
and positionCategoryName like #{searchParams.positionName}
|
|
|
</if>
|