Skip to content

Commit

Permalink
项目支持关联运营产品和根据运营产品搜索 #9636
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Nov 3, 2023
1 parent 0cd8013 commit 80c6c64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class ProjectApprovalDao {
.set(UPDATOR, projectApprovalInfo.updator)
.set(TIPS_STATUS, projectApprovalInfo.tipsStatus)
.set(PROJECT_TYPE, projectApprovalInfo.projectType)
.set(PRODUCT_ID, projectApprovalInfo.productId)
.where(ENGLISH_NAME.eq(projectApprovalInfo.englishName))
.execute()
}
Expand Down

0 comments on commit 80c6c64

Please sign in to comment.