|  | @@ -62,6 +62,7 @@ public class MDO0039Service extends MDO0039BaseModel implements ExecProcessFlow
 | 
	
		
			
				|  |  |  	public void run(String pid )throws Exception{
 | 
	
		
			
				|  |  |  		LogService.addLog(pid,"求解——————————————————开始");
 | 
	
		
			
				|  |  |  		DockerExe.stopDocker(pid);
 | 
	
		
			
				|  |  | +		DockerExe.runMdo(pid);
 | 
	
		
			
				|  |  |  		CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()-> {try {
 | 
	
		
			
				|  |  |  			DockerExe.getDockerLogs(pid,new ResultCallback.Adapter<Frame>() {
 | 
	
		
			
				|  |  |  				@Override
 |