|
@@ -384,10 +384,10 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow {
|
|
|
int exitCode = process.waitFor();
|
|
|
System.out.println("\nExited with code: " + exitCode);
|
|
|
|
|
|
- saveMonitorValue(aid,jid);
|
|
|
- //路径保存
|
|
|
- saveWayValue(aid,jid);
|
|
|
- JobSucces(jid);
|
|
|
+// saveMonitorValue(aid,jid);
|
|
|
+// //路径保存
|
|
|
+// saveWayValue(aid,jid);
|
|
|
+// JobSucces(jid);
|
|
|
LogService.addLog(aid,jid,"Water","求解——————————————————成功");
|
|
|
} catch (IOException | BusinessException | InterruptedException e) {
|
|
|
LogService.addLog(aid,jid,"Water","求解——————————————————失败");
|