添加详情接口
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user