Browse Source

mathfunc input 设置流

huangxingxing 3 months ago
parent
commit
4f947cae96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/cpacs.ftl

+ 1 - 1
src/main/resources/templates/cpacs.ftl

@@ -365,7 +365,7 @@
         <#if vo.mathfunc??>
         <mathematical>
           <mathFunc mapType="complex" uID="mathFunc1">
-            <#list vo.mathfuncvo as mfv>
+            <#list vo.mathfuncvos as mfv>
             <${mfv.code} mapType="double">${mfv.value}</${mfv.code}>
             </#list>
           </mathFunc>