Commit bf1842be authored by alex yao's avatar alex yao

fix: 修正人力资源接口查询职位列表【倒叙】

parent d495a694
......@@ -14,4 +14,4 @@ bhrp.is_deleted = 'N'
<< and bhrp.member_id = :memberId >>
GROUP BY
bhrp.id
order by bhrp.CREATED_TIME
\ No newline at end of file
order by bhrp.CREATED_TIME desc
\ 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