Compare commits

..

No commits in common. "a78308f1d0c9ee45199fa745e80b656ada5d6d46" and "898de4e49a6ef7e73b7e0ce220bc68498a8ef3c8" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -141,7 +141,7 @@ public class MemoryLogManager implements LoggerManager {
if (!CollectionUtils.isEmpty(sseEmitters)) {
sseEmitters.forEach(ResponseBodyEmitter::complete);
}
logDao.updateById(pipTaskLog);
// logDao.updateById(pipTaskLog);
} else {
// 不存在就新增
PipTaskLog pipTaskLog = new PipTaskLog();

View File

@ -85,7 +85,8 @@ public class ScaSbomWorker extends HttpWorker {
throw new ServiceException(GlobalErrorCodeConstants.INTERNAL_SERVER_ERROR.getCode(),"目标文件不存在");
}
TargetVersion targetVersion = targetVersionService.getById(pipeline.getTargetVersionId());
filePath = targetVersion.getFilePath();
// filePath = targetVersion.getFilePath();
filePath = "C:\\Users\\admin\\Desktop\\新建文件夹\\dist.zip";
try {