|
@@ -41,7 +41,7 @@ public class D00009Service extends D00009BaseModel implements ExecProcessFlow {
|
|
|
}
|
|
|
if(accident.getStype().endsWith("Water")){
|
|
|
outPath=TemplateGenerator.BPATH+"/"+aid+"/"+accident.getJid()+"/water/out";
|
|
|
- fileName ="Post"+step+".vtk";
|
|
|
+ fileName ="POST"+step+".vtk";
|
|
|
}
|
|
|
Path path = Paths.get(outPath+"/"+fileName);
|
|
|
String mimeType = MFMimeTypeUtils.getMimeType(path);
|