|
@@ -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")){
|