src/main/resources/mapper/NodeMapper.xml
@@ -82,5 +82,9 @@ AND (CHARINDEX(','+#{tag_id}+',', ','+mt.path+',') > 0 OR mt.id = #{tag_id}) <include refid="nodeCondition"></include> </select> <select id="getRommendLoc" resultType="java.lang.String"> select name from man_node where level = 3 and parent_name = 'C' </select> </mapper>