|  | @@ -32,7 +32,7 @@ public class ES0013Service extends ES0013BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  		XIFileUtils.mkdir(XIFileUtils.getRootPathStr()+"/es/"+pid+"/Calculate");
 | 
	
		
			
				|  |  |  		XIFileUtils.mkdir(XIFileUtils.getRootPathStr()+"/es/"+pid+"/Calculate/Geometry");//几何路径
 | 
	
		
			
				|  |  |  		TemplateGenerator.createPipenetXml(pid);
 | 
	
		
			
				|  |  | -		DockerExe.run(pid);
 | 
	
		
			
				|  |  | +		run(pid);
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  	private void run(String pid) throws Exception {
 | 
	
		
			
				|  |  |  		LogService.addLog(pid,"求解——————————————————开始");
 |