Skip to content

Commit

Permalink
feat: 插件发布、下载适配制品库全球化 TencentBlueKing#8560
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan committed Mar 31, 2023
1 parent c8e9481 commit eeb63ce
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,7 @@ class SampleAtomReleaseServiceImpl : SampleAtomReleaseService, AtomReleaseServic

override fun doAtomReleaseBus(userId: String, atomReleaseRequest: AtomReleaseRequest) {
with(atomReleaseRequest) {
val projectCode = storeProjectRelDao.getUserStoreTestProjectCode(
dslContext,
userId,
atomCode,
StoreTypeEnum.ATOM
)!!
val atomEnvInfo = marketAtomEnvService.getMarketAtomEnvInfo(
projectCode = projectCode,
atomCode = atomCode,
version = version,
atomStatus = atomStatus
).data!!
val atomEnvInfo = marketAtomEnvInfoDao.getAtomEnvInfo(dslContext, atomId)!!
client.get(ServiceReplicaResource::class).createReplicaTask(
userId = userId,
projectId = "bk-store",
Expand Down

0 comments on commit eeb63ce

Please sign in to comment.