소스 검색

获取每步图片

huangxingxing 2 년 전
부모
커밋
23f9e276b5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/main/java/com/miniframe/bisiness/system/AFT001Service.java

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

@@ -162,6 +162,9 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 				msg.setParamJson(obj.toString());
 
 			}else if(solver.getSolverModel().equals("FEMLab(结构力学)")){
+				if(StringUtil.isNullOrEmpty(step)){
+					step ="1";
+				}
 				String jobPath = XIFileUtils.getRootPathStr()+ MFConstant.separator+solver.getPid();
 				String exePath = jobPath+ MFConstant.separator+"fem";
 				String exeOutPath = exePath+ MFConstant.separator+"data_out";