Commit dec8b609 authored by fangxinjiang's avatar fangxinjiang

权限调整

parent 2cb36e2f
......@@ -435,7 +435,7 @@
LEFT JOIN (select x.fd_id,x.fd_name,SUBSTRING_INDEX(SUBSTRING_INDEX(x.fd_ldap_dn,',ou', 2),',ou=', -1) as 'fd_ldap_dn',x.fd_name_pinyin from sys_org_element x where x.fd_org_type='8') e on a.sys_org_person_id=e.fd_id
LEFT JOIN ekp_224c54af6ae4418ae0a2 d on d.fd_3b879793d37afe=b.fd_3ade33763baa0e
where
d.fd_id== #{fdId}
d.fd_id = #{fdId}
</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