|  | @@ -30,7 +30,8 @@ public class D40002Service extends D40002BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  		String outPath="";
 | 
	
		
			
				|  |  |  		String fileName ="";
 | 
	
		
			
				|  |  |  		outPath= TemplateGenerator.BPATH+"/"+aid+"/"+accident.getJid()+"/gas/mid/vtk";
 | 
	
		
			
				|  |  | -		fileName ="WAMPOST"+step+".vtk";
 | 
	
		
			
				|  |  | +//		fileName ="WAMPOST"+step+".vtk";
 | 
	
		
			
				|  |  | +		fileName ="GasPOST"+step+".vtk";
 | 
	
		
			
				|  |  |  		Path path = Paths.get(outPath+"/"+fileName);
 | 
	
		
			
				|  |  |  		String mimeType = MFMimeTypeUtils.getMimeType(path);
 | 
	
		
			
				|  |  |  		HttpServerTransFile transFile = new HttpServerTransFile(fileName, mimeType, path);
 |