From e6c075f653c81c0425cb7dc72720c532ffd9d4e5 Mon Sep 17 00:00:00 2001 From: zhangshuai Date: Tue, 12 Nov 2024 15:51:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20pcap=20=E8=A1=A5=E5=85=85=20jobId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../asw/module/runner/job/JobPlaybookExecResultChecker.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/net/geedge/asw/module/runner/job/JobPlaybookExecResultChecker.java b/src/main/java/net/geedge/asw/module/runner/job/JobPlaybookExecResultChecker.java index 748206e..a1ae15c 100644 --- a/src/main/java/net/geedge/asw/module/runner/job/JobPlaybookExecResultChecker.java +++ b/src/main/java/net/geedge/asw/module/runner/job/JobPlaybookExecResultChecker.java @@ -238,6 +238,7 @@ public class JobPlaybookExecResultChecker extends QuartzJobBean { entity.setCreateTimestamp(System.currentTimeMillis()); entity.setCreateUserId(job.getCreateUserId()); entity.setWorkspaceId(job.getWorkspaceId()); + entity.setJobId(job.getId()); entity.setPath(pcapFile.getPath()); // md5