Browse Source

求解路径生成

huangxingxing 1 năm trước cách đây
mục cha
commit
a1413e6177
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/main/resources/templates/escape.ftl

+ 2 - 2
src/main/resources/templates/escape.ftl

@@ -1,7 +1,7 @@
 EscapeNumber:${escapenum}
-<#list vo as vos>
+<#list vos as vo>
 EscapeLine: ${vo.way.code},${vo.nodenum}
-<#list node as vo.nodes>
+<#list vo.nodes as node>
 ${node.code}
 </#list>
 </#list>