田源
2023-12-04 fbf4f0990b1f3b4f06a198f47d6513494f690d2c
Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/SystemClassifyRoleMapper.xml
@@ -79,4 +79,14 @@
          and '${systemId}' = pc.SYSTEMID(+)
    </select>
    <select id="getListClassifyRole" resultType="com.vci.ubcs.code.entity.CodeClassify">
        select *
        from PL_CODE_CLASSIFY
        where oid in( select classifyoid
                      from PL_CODE_SYSTEM_CLASSIFY_ROLE
                               start with classifyid = #{library}
            and SYSTEMID=#{systemId}
        connect by prior classifyoid = classparentoid)
    </select>
</mapper>