添加详情接口

This commit is contained in:
zk
2026-07-31 15:37:35 +08:00
parent 1e5fc1506f
commit f6927c3327
4 changed files with 154 additions and 2 deletions
@@ -49,8 +49,7 @@
ra.apply_end_desc
FROM bg_recruit_announcement ra
INNER JOIN bg_company c ON ra.company_id = c.id
WHERE c.status = 1
AND ra.status = 1
WHERE c.status = 1 AND ra.status = 1 and ra.clean_status = 1
<!-- 关键字:公司名称 / 招聘岗位 -->
<if test="keyword != null and keyword.length() > 0">
AND (