|  | @@ -338,6 +338,9 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  		img.setAnimationtype(getA_aft001().getAnimationType());
 | 
	
		
			
				|  |  |  		img.setAction(action);
 | 
	
		
			
				|  |  |  		img.setPid(proId);
 | 
	
		
			
				|  |  | +		if(!StringUtil.isNullOrEmpty(this.getA_aft001().getIsVolume())){
 | 
	
		
			
				|  |  | +			img.setIsvolume(this.getA_aft001().getIsVolume());
 | 
	
		
			
				|  |  | +		}
 | 
	
		
			
				|  |  |  		img.setSolverConfigId(solverConfigId);
 | 
	
		
			
				|  |  |  		configImgMapper.delete(img);
 | 
	
		
			
				|  |  |  	}
 |