添加个人屏蔽企业,并且推荐岗位时,并且企业对应的岗位
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
FROM app_user_block_company a
|
||||
inner join company b on a.company_id=b.company_id and b.del_flag='0'
|
||||
inner join job j on b.company_id =j.company_id and j.del_flag='0'
|
||||
WHERE user_id = #{userId} AND a.del_flag = '0'
|
||||
WHERE a.user_id = #{userId} AND a.del_flag = '0'
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user