|  | @@ -39,6 +39,12 @@ public class MDO0053Service extends MDO0053BaseModel implements ExecProcessFlow
 | 
	
		
			
				|  |  |  				para.setSteamflag(Integer.valueOf(streamflag));
 | 
	
		
			
				|  |  |  				para.setSteamtype(Integer.valueOf(streamtype));
 | 
	
		
			
				|  |  |  				pdao.updateByPrimaryKey(para);
 | 
	
		
			
				|  |  | +			}else{
 | 
	
		
			
				|  |  | +				comid = para.getFatherid();
 | 
	
		
			
				|  |  | +				comtype =para.getComtype();
 | 
	
		
			
				|  |  | +				para.setSteamflag(Integer.valueOf(streamflag));
 | 
	
		
			
				|  |  | +				para.setSteamtype(null);
 | 
	
		
			
				|  |  | +				pdao.updateByPrimaryKey(para);
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		deleComAndFum(comid);
 |