Skip to content

Commit

Permalink
bug: 修复CodeCC平台灰度标签设置不正确 TencentBlueKing#10434
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Jun 4, 2024
1 parent 4130b6c commit 79ae518
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class ProjectDao {
otherRouterTagMaps: Map<String, String>? = null,
remoteDevFlag: Boolean? = null,
productId: Int? = null,
channelCode: String?
channelCode: String? = null
): Result<TProjectRecord> {
with(TProject.T_PROJECT) {
val conditions = generateQueryProjectCondition(
Expand Down Expand Up @@ -757,7 +757,7 @@ class ProjectDao {
otherRouterTagMaps: Map<String, String>? = null,
remoteDevFlag: Boolean? = null,
productId: Int? = null,
channelCode: String?
channelCode: String? = null
): Int {
with(TProject.T_PROJECT) {
val conditions = generateQueryProjectCondition(
Expand Down

0 comments on commit 79ae518

Please sign in to comment.