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 80c6c64 commit f227da5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ class ProjectApprovalDao {
approvalTime = approvalTime?.let { DateTimeUtil.toDateTime(it, "yyyy-MM-dd'T'HH:mm:ssZ") },
approver = approver,
tipsStatus = tipsStatus,
projectType = projectType
projectType = projectType,
productId = productId
)
}
}
Expand Down

0 comments on commit f227da5

Please sign in to comment.