|  | @@ -140,7 +140,7 @@ public class MDO0039Service extends MDO0039BaseModel implements ExecProcessFlow
 | 
	
		
			
				|  |  |  			//创建run.py
 | 
	
		
			
				|  |  |  			TemplateGenerator.createRunpy2(pid);
 | 
	
		
			
				|  |  |  			runqt(pid);
 | 
	
		
			
				|  |  | -		}else if(cspvo.getMathfunc()!=null){
 | 
	
		
			
				|  |  | +		}else if(cspvo!=null&&cspvo.getMathfunc()!=null){
 | 
	
		
			
				|  |  |  			//创建workflow
 | 
	
		
			
				|  |  |  			String workflowPath =TemplateGenerator.createcWorkflowXmlT(pid,wvo);
 | 
	
		
			
				|  |  |  			List<Solver> solvers =new ArrayList<>();
 |