Explorar o código

数据修改删除

huangxingxing hai 1 ano
pai
achega
24c4dccb4f

+ 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);