Skip to content

Commit

Permalink
feat:数据库表同步projectId数据 TencentBlueKing#5339
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyin0801 committed Oct 20, 2021
1 parent 909676b commit efa4ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class ProcessMiscService @Autowired constructor(
fun updatePipelineBuildDetailProject(
buildId: String,
projectId: String,
model: String? = null,
model: String? = null
) {
processDao.updatePipelineBuildDetailProject(dslContext, buildId, projectId, model)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class SyncPipelineProjectIdDao {
fun updatePipelinePauseValueProject(
dslContext: DSLContext,
buildId: String,
projectId: String,
projectId: String
) {
with(TPipelinePauseValue.T_PIPELINE_PAUSE_VALUE) {
dslContext.update(this)
Expand Down

0 comments on commit efa4ba5

Please sign in to comment.