Skip to content

Commit

Permalink
pref:研发商店工作台插件管理优化 TencentBlueKing#9359
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Aug 24, 2023
1 parent b731ae3 commit 7e61142
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -612,9 +612,7 @@ abstract class AtomReleaseServiceImpl @Autowired constructor() : AtomReleaseServ
)
val atomPackageSourceType = getAtomPackageSourceType(repositoryHashId)
if (atomPackageSourceType != PackageSourceTypeEnum.UPLOAD) {
if (releaseType == ReleaseTypeEnum.CANCEL_RE_RELEASE.releaseType.toByte()) {
marketAtomEnvInfoDao.deleteAtomEnvInfoById(context, atomId)
}
marketAtomEnvInfoDao.deleteAtomEnvInfoById(context, atomId)
marketAtomEnvInfoDao.addMarketAtomEnvInfo(context, atomId, atomEnvRequests)
}
// 通过websocket推送状态变更消息
Expand Down

0 comments on commit 7e61142

Please sign in to comment.