Skip to content

Commit

Permalink
bug:研发商店组件审核发布时录入T_STORE_RELEASE表的首次发布人有误 #11366
Browse files Browse the repository at this point in the history
  • Loading branch information
Kzhou991 committed Jan 14, 2025
1 parent 6fe98e7 commit a85817e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ interface OpStorePublishersResource {
@Path("/refresh/person")
fun refreshPersonPublisherGroup(): Result<Boolean>


@Operation(summary = "修改组件的首次发布人")
@PUT
@Path("/updateComponentFirstPublisher")
Expand All @@ -70,5 +69,4 @@ interface OpStorePublishersResource {
@QueryParam("firstPublisher")
firstPublisher: String
): Result<Boolean>

}
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class StoreReleaseDao {
}
}


fun updateComponentFirstPublisher(
dslContext: DSLContext,
userId: String,
Expand Down

0 comments on commit a85817e

Please sign in to comment.