huangxingxing 2 år sedan
förälder
incheckning
57e74900ea
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/main/java/com/miniframe/bisiness/system/AFT001Service.java

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

@@ -145,14 +145,14 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 				String jobPath = XIFileUtils.getRootPathStr()+ MFConstant.separator+solver.getPid();
 				String exePath = jobPath+ MFConstant.separator+"fem";
 				String exeOutPath = exePath+ MFConstant.separator+"data_out";
-				File file = new File(exeOutPath+MFConstant.separator+"dynamicResponse-transient1.vtk");
+				File file = new File(exeOutPath+MFConstant.separator+"dynamicResponse-transient.vtk");
 				if(!file.exists()){
 					throw new BusinessException("EB4000017");
 				}
 				JSONObject obj = new JSONObject();
 				obj.put("filePath", exeOutPath);
 				obj.put("fileType", "ascii");
-				obj.put("fileName", "dynamicResponse-transient1.vtk");
+				obj.put("fileName", "dynamicResponse-transient.vtk");
 				msg.setParamJson(obj.toString());
 			}
 		}else if(action.equals("ContourDisplay")){