huangxingxing 1 år sedan
förälder
incheckning
e810123af0
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      src/main/java/com/miniframe/bisiness/system/D00008Service.java

+ 5 - 5
src/main/java/com/miniframe/bisiness/system/D00008Service.java

@@ -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);