src/main/resources/mapper/NodeMapper.xml
@@ -82,5 +82,13 @@ 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 (row1 >=#{rowBeg} and row1 <= #{rowEnd}) and (bay1 >=#{bayBeg} and bay1 <= #{bayEnd}) and (lev1 >=#{levBeg} and lev1 <= #{levEnd}) </select> </mapper>