huangxingxing 1 год назад
Родитель
Сommit
24c4dccb4f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/miniframe/bisiness/system/D00009Service.java

+ 1 - 1
src/main/java/com/miniframe/bisiness/system/D00009Service.java

@@ -37,7 +37,7 @@ public class D00009Service extends D00009BaseModel implements ExecProcessFlow {
 			fileName ="POST"+step+".vtk";
 		}
 		if(stype.endsWith("Water")){
-			outPath=TemplateGenerator.BPATH+"/"+aid+"/warter/out";
+			outPath=TemplateGenerator.BPATH+"/"+aid+"/water/out";
 			fileName ="Post"+step+".vtk";
 		}
 		Path path = Paths.get(outPath+"/"+fileName);