Commit 3c7fbb85 authored by maoying's avatar maoying

组织架构添加排序

parent 27808e9a
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
cb_organization co cb_organization co
LEFT JOIN cb_organization_user cou ON co.sequence_nbr = cou.emergency_team_id LEFT JOIN cb_organization_user cou ON co.sequence_nbr = cou.emergency_team_id
where co.biz_org_code like concat(#{bizOrgCode}, '%') and cou.is_delete = 0 where co.biz_org_code like concat(#{bizOrgCode}, '%') and cou.is_delete = 0
ORDER BY co.sort desc , cou.rec_date ORDER BY co.sort desc ,cou.sort, cou.rec_date
</select> </select>
<select id="getOrganizationGroup" resultType="java.util.Map"> <select id="getOrganizationGroup" resultType="java.util.Map">
SELECT SELECT
......
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