Parcourir la source

优化目标 接口修改

huangxingxing il y a 6 mois
Parent
commit
d15ceb320c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/java/com/miniframe/modo/temp/TemplateGenerator.java

+ 1 - 1
src/main/java/com/miniframe/modo/temp/TemplateGenerator.java

@@ -177,7 +177,7 @@ public class TemplateGenerator {
             XfoilInVo xinvo = new XfoilInVo();
             // alpha mach reynolds
             xinvo.setAlpha(getValByParaListAndCode(xInoutList,"alpha"));
-            xinvo.setMach(getValByParaListAndCode(xInoutList,"alpha"));
+            xinvo.setMach(getValByParaListAndCode(xInoutList,"mach"));
             xinvo.setReynolds(getValByParaListAndCode(xInoutList,"reynolds"));
             vo.setXinvo(xinvo);
             XfoilOutVo xoutvo = new XfoilOutVo();