huangxingxing 8 місяців тому
батько
коміт
ad4b0c04d2

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

@@ -405,11 +405,12 @@ public class D00008Service extends D00008BaseModel implements ExecProcessFlow {
 						super.onComplete();
 					}
 				});
-				LogService.addLog(aid,jid,"Water","求解——————————————————成功");
+
 				saveMonitorValue(aid,jid);
 				//路径保存
 				saveWayValue(aid,jid);
 				JobSucces(jid);
+				LogService.addLog(aid,jid,"Water","求解——————————————————成功");
 			} catch (Exception e) {
 				LogService.addLog(aid,jid,"Water","求解——————————————————失败");
 				JobError(jid);