Commit de681dfd authored by xixinzhao's avatar xixinzhao

组织架构详情卡片显示

parent 231a4c7b
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,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}, '%') where co.biz_org_code like concat(#{bizOrgCode}, '%')
ORDER BY co.sort
</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