Commit 4cd02136 authored by alex yao's avatar alex yao

fix: 修复查询职位列表异常

parent 86af8538
...@@ -12,4 +12,6 @@ left join biz_human_resource_resume bhrr on bhrr.`position` = bhrp.id and bhrr.i ...@@ -12,4 +12,6 @@ left join biz_human_resource_resume bhrr on bhrr.`position` = bhrp.id and bhrr.i
where where
bhrp.is_deleted = 'N' bhrp.is_deleted = 'N'
<< and bhrp.member_id = :memberId >> << and bhrp.member_id = :memberId >>
GROUP BY
bhrp.id
order by bhrp.CREATED_TIME order by bhrp.CREATED_TIME
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment