Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug:研发商店组件审核发布时录入T_STORE_RELEASE表的首次发布人有误 #11366 #11408

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Kzhou991
Copy link
Collaborator

No description provided.

@@ -348,7 +348,8 @@ class OpAtomServiceImpl @Autowired constructor(
atomStatus = atomStatus,
releaseType = releaseType,
repositoryHashId = atom.repositoryHashId,
branch = atom.branch
branch = atom.branch,
publisher = atom.publisher
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是首次发布人吗?publisher有可能是组织,这个需求应该取首个版本的创建人数据录入

@PUT
@Path("/updateComponentFirstPublisher")
fun updateComponentFirstPublisher(
@Parameter(description = "userId", required = true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要一键刷新所有历史数据的op接口,不是人工一个个改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants