Skip to content

Commit

Permalink
bug: 修复T_PIPELINE_WEBHOOK表中PROJECT_NAME字段异常的值 #11449
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Feb 26, 2025
1 parent 8e61678 commit 46717bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class PipelineWebhookDao {
}
dslContext.selectFrom(this)
.where(conditions)
.orderBy(ID.desc())
.orderBy(PIPELINE_ID.desc())
.limit(offset, limit)
.fetch()
}?.map { convert(it) }
Expand Down

0 comments on commit 46717bf

Please sign in to comment.