|  | @@ -86,6 +86,7 @@ public class MDO0039Service extends MDO0039BaseModel implements ExecProcessFlow
 | 
	
		
			
				|  |  |  				public void onNext(Frame frame) {
 | 
	
		
			
				|  |  |  //					LogService.addLog(pid,new String(frame.getPayload()));
 | 
	
		
			
				|  |  |  					String line =new String(frame.getPayload());
 | 
	
		
			
				|  |  | +					LogService.addLog(pid,line);
 | 
	
		
			
				|  |  |  					System.out.print(new String(frame.getPayload()));
 | 
	
		
			
				|  |  |  					//存储每步数据
 | 
	
		
			
				|  |  |  					if("Forrester".equals(stype)||"Branin".equals(stype)){
 |