Quellcode durchsuchen

adiflow 压力分布和几何

huangxingxing vor 3 Monaten
Ursprung
Commit
393cb28a35
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/main/java/com/miniframe/tools/file/AdflowFileRead.java

+ 1 - 1
src/main/java/com/miniframe/tools/file/AdflowFileRead.java

@@ -141,7 +141,7 @@ public class AdflowFileRead {
 
                     MdoProComval comval2 =new MdoProComval();
                     comval2.setPid(pid);
-                    comval2.setVars("x cp");
+                    comval2.setVars("XoC cp");
                     comval2.setVals(vals[3]+" "+vals[9]);
                     comval2.setType(3);//"1-列表数据 2-几何数据 3-压力数据"
                     comval2.setGser(zoneid);