Source/UBCS/ubcs-service/ubcs-webservice/src/main/resources/mapper/DockingPreClassifyMapper.xml
@@ -67,14 +67,17 @@ codeclassify0.NODELINKNAME as nodelinkname, codeclassify0.PID as pid from PL_CODE_JCLASSIFY codeclassify0 <where> <!--<where>--> <if test="oid != null and oid != ''"> codeclassify0.pid = '${oid}' start with codeclassify0.pid = '${oid}' connect by prior codeclassify0.oid =codeclassify0.pid </if> <if test="oid = null"> <!-- <if test="oid = null"> codeclassify0.pid is null </if> </where> </if>--> <!--</where>--> order by id asc </select>