Skip to content

Commit

Permalink
bug:研发商店组件审核发布时录入T_STORE_RELEASE表的首次发布人有误 TencentBlueKing#11366
Browse files Browse the repository at this point in the history
  • Loading branch information
Kzhou991 committed Jan 14, 2025
1 parent 7f87bc8 commit c24e116
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,13 @@ class PublishersDataServiceImpl @Autowired constructor(
storeType: StoreTypeEnum,
firstPublisher: String
): Boolean {
storeReleaseDao.updateComponentFirstPublisher(dslContext, userId, storeCode, storeType.type.toByte(),firstPublisher)
storeReleaseDao.updateComponentFirstPublisher(
dslContext,
userId,
storeCode,
storeType.type.toByte(),
firstPublisher
)
return true
}

Expand Down

0 comments on commit c24e116

Please sign in to comment.