|  | @@ -385,7 +385,7 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 | 
	
		
			
				|  |  |  	private void animationTypePara(String scalarName, String level, String range0, String range1, JSONObject obj) throws BusinessException {
 | 
	
		
			
				|  |  |  		String  animationType = getA_aft001().getAnimationType();
 | 
	
		
			
				|  |  |  		if(StringUtil.isNullOrEmpty(animationType)){
 | 
	
		
			
				|  |  | -			throw new BusinessException("4000018");
 | 
	
		
			
				|  |  | +			throw new BusinessException("EB4000018");
 | 
	
		
			
				|  |  |  		}else if(animationType.equals("ContourDisplay")){
 | 
	
		
			
				|  |  |  			obj.put("animationType","ContourDisplay");
 | 
	
		
			
				|  |  |  			obj.put("level", level);
 |