This commit is contained in:
2025-03-05 09:14:25 +08:00
parent f3544d674c
commit 3427312b87
4 changed files with 5 additions and 3 deletions

View File

@ -100,6 +100,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
WHERE
b.id not in (SELECT recruit_id FROM bgt_project_recruit_apply WHERE user_id = #{req.userId})and
b.del_flag = 0
order by b.create_time desc
</select>