Skip to content

Commit

Permalink
pref:研发商店通用化接口封装优化 TencentBlueKing#11049
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyin0801 committed Dec 5, 2024
1 parent 3204fd2 commit 58761f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ class StoreComponentQueryServiceImpl : StoreComponentQueryService {
}
}
val installedVersion = installComponentMap[storeCode]
if (testStoreCodes.contains(storeCode)) {
if (testStoreCodes.contains(storeCode) && updateFlag != false) {
finalTestStoreCodes.add(storeCode)
} else {
// 比较当前安装的版本与组件最新版本
Expand Down Expand Up @@ -992,7 +992,7 @@ class StoreComponentQueryServiceImpl : StoreComponentQueryService {
name = record[tStoreBase.NAME],
code = storeCode,
version = version,
status = record[tStoreBase.STATUS],
status = status,
type = StoreTypeEnum.getStoreType(record[tStoreBase.STORE_TYPE].toInt()),
rdType = record[tStoreBaseFeature.RD_TYPE],
classifyCode = classifyMap[record[tStoreBase.CLASSIFY_ID] as String],
Expand Down

0 comments on commit 58761f5

Please sign in to comment.