ludc
2023-11-28 e54bc30c19f2b29b4800e8c94b5f14824068e9fc
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>