|
@@ -204,7 +204,7 @@
|
|
|
jre.id_ resumeId,
|
|
|
jre.sex_ sex,
|
|
|
jre.dream_add dreamAdd,
|
|
|
- jre.approve_status approveStatus,
|
|
|
+ jrd.chat_status approveStatus,
|
|
|
su.id_ sysUserId
|
|
|
FROM
|
|
|
job_resume jre
|
|
@@ -220,13 +220,12 @@
|
|
|
INNER JOIN sys_user su ON jr.company_id = su.company_id
|
|
|
]]>
|
|
|
<where>
|
|
|
- jre.del_flag = 0
|
|
|
- and jr.status_ = '1'
|
|
|
+ jrd.del_flag = 0
|
|
|
<if test="searchParams.id != null">
|
|
|
and su.id_ like #{searchParams.id}
|
|
|
</if>
|
|
|
<if test="searchParams.type != null">
|
|
|
- and jre.approve_status = #{searchParams.type}
|
|
|
+ and jrd.chat_status = #{searchParams.type}
|
|
|
</if>
|
|
|
<if test="searchParams.sex != null">
|
|
|
and jre.sex_ = #{searchParams.sex}
|