|
@@ -399,13 +399,13 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow {
|
|
|
LogService.addLog(aid,jid,"Gas",line);
|
|
|
System.out.println(line);
|
|
|
}
|
|
|
- //监测点数据保存
|
|
|
- saveMonitorValue(aid,jid);
|
|
|
- //路径保存
|
|
|
- saveWayValue(aid,jid);
|
|
|
+// //监测点数据保存
|
|
|
+// saveMonitorValue(aid,jid);
|
|
|
+// //路径保存
|
|
|
+// saveWayValue(aid,jid);
|
|
|
LogService.addLog(aid,jid,"Gas","求解——————————————————成功");
|
|
|
JobSucces(jid);
|
|
|
- } catch (IOException | BusinessException e) {
|
|
|
+ } catch (IOException e) {
|
|
|
LogService.addLog(aid,jid,"Fire","求解——————————————————失败");
|
|
|
e.printStackTrace();
|
|
|
JobError(jid);
|