添加企业收藏求职者
This commit is contained in:
@@ -180,7 +180,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
then t.update_time else null end reject_time,t.is_imp_company,t.imp_company_type,t.enterprise_type,t.legal_person,t.legal_id_card,t.legal_phone,t.is_hrs,
|
||||
su.lc_userid from company t
|
||||
left join sys_user su on t.code=su.id_card
|
||||
<where> t.del_flag = '0'
|
||||
<where> t.del_flag = '0' and su.lc_userid is not null
|
||||
<if test="name != null and name != ''"> and t.name like concat('%', cast(#{name, jdbcType=VARCHAR} as varchar), '%')</if>
|
||||
<if test="scale != null and scale != ''"> and t.scale = #{scale}</if>
|
||||
<if test="nature != null and nature != ''"> and t.nature = #{nature}</if>
|
||||
|
||||
Reference in New Issue
Block a user