@@ -221,7 +221,7 @@
product_id
from structure
where product_id = #{productId}
- order by id
+ order by path
</select>
</mapper>