Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeCLassifyMapper.xml
@@ -167,11 +167,11 @@ codeclassify0.paths as paths from (select plcodeclassify.*, <choose> <when test="fieldName=='name'.tostring()"> SYS_CONNECT_BY_PATH(name, '##') as paths <when test='fieldName=="name"'> SUBSTR(SYS_CONNECT_BY_PATH(name, '##'),3) as paths </when> <otherwise> SYS_CONNECT_BY_PATH(id, '##') as paths SUBSTR(SYS_CONNECT_BY_PATH(id, '##'),3) as paths </otherwise> </choose>