feat(制品库优化): 获取制品列表时若制品来源于流水线需展示相关信息

raw类型制品上传时设置制品在Nexus的AssetId

Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
OTTO 2025-02-10 15:15:28 +08:00
parent 573c97f4d9
commit c271179b43
1 changed files with 1 additions and 0 deletions

View File

@ -487,6 +487,7 @@ public class PmsProductLibraryComponentServiceImpl implements IPmsProductLibrary
success += insertPmsProductLibraryComponent(pmsProductLibraryComponent);
pmsProductLibraryComponents.set(i, pmsProductLibraryComponent);
}
pmsProductLibraryAsyncService.syncNexusMavenRepoComponent(repo, pmsProductLibraryComponents);
return success > 0;
}