Skip to content

Commit

Permalink
项目支持关联运营产品和根据运营产品搜索 #9636
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Nov 7, 2023
1 parent bdf66cf commit d200be2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ class ProjectDao {
.set(ENABLED, projectInfoRequest.enabled)
.set(PIPELINE_LIMIT, projectInfoRequest.pipelineLimit)
.set(PROPERTIES, projectInfoRequest.properties?.let { JsonUtil.toJson(it, false) })
.set(PRODUCT_ID, projectInfoRequest.productId)

if (projectInfoRequest.hybridCCAppId != null) {
step.set(HYBRID_CC_APP_ID, projectInfoRequest.hybridCCAppId)
Expand Down

0 comments on commit d200be2

Please sign in to comment.