Skip to content

Commit

Permalink
bug:组件latestFlag参数更新时组件所有版本修改者会全部更新为同一人 #11400
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Jan 10, 2025
1 parent 67b5433 commit 523b44c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ abstract class AtomReleaseServiceImpl @Autowired constructor() : AtomReleaseServ
return Result(atomId)
}

private fun checkUpdateAtomLatestTestFlag(userId: String, atomCode: String, atomId: String) {
fun checkUpdateAtomLatestTestFlag(userId: String, atomCode: String, atomId: String) {
RedisLock(
redisOperation,
"$STORE_LATEST_TEST_FLAG_KEY_PREFIX:$atomCode",
Expand Down

0 comments on commit 523b44c

Please sign in to comment.