huangxingxing 2 年之前
父節點
當前提交
396ec2bb34
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/miniframe/bisiness/system/AFT001Service.java

+ 1 - 1
src/main/java/com/miniframe/bisiness/system/AFT001Service.java

@@ -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);