1.添加确认时保存app用户录用消息
2.添加岗位发布时给收藏此企业用户移动用户新岗位消息
This commit is contained in:
@@ -36,4 +36,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
where del_flag = '0' and user_id = #{userId}
|
||||
order by create_time desc)
|
||||
</select>
|
||||
|
||||
<select id="selectAppuserList" resultType="com.ruoyi.common.core.domain.entity.AppUser">
|
||||
select b.* from company_collection a
|
||||
INNER JOIN app_user b on a.user_id=b.user_id
|
||||
WHERE a.del_flag='0' and b.del_flag='0' and a.company_id=#{companyId}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user