fix: pcap 补充 jobId
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user