Skip to content

Commit

Permalink
项目支持关联运营产品和根据运营产品搜索 #9636
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Nov 8, 2023
1 parent 734b834 commit 191bea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ data class ProjectInfoResponse(
@ApiModelProperty("项目其他设置")
val properties: ProjectProperties?,
@ApiModelProperty("产品运营ID")
val productId: String? = null
val productId: Int? = null
)
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ class ProjectTagService @Autowired constructor(
enableIdc = projectData.enableIdc,
pipelineLimit = projectData.pipelineLimit,
properties = projectProperties,
productId = projectData.projectId
productId = projectData.productId
)
}

Expand Down

0 comments on commit 191bea5

Please sign in to comment.