Skip to content

Commit

Permalink
Merge branch 'dev_tming' of https://github.com/tbs60/bk-turbo into de…
Browse files Browse the repository at this point in the history
…v_tming
  • Loading branch information
tbs60 committed Jul 10, 2024
2 parents d6ed6fd + e1fc6af commit f013de9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ class TurboPlanService @Autowired constructor(

/**
* 同步加速方案信息至后端编译加速服务
*
* @param openStatus true:停用; false:启用
*/
private fun updateTbsProjectInfo(
user: String,
Expand Down Expand Up @@ -689,7 +691,7 @@ class TurboPlanService @Autowired constructor(
user = userId,
engineCode = it.engineCode,
planId = it.id!!,
openStatus = enabled,
openStatus = !enabled,
planName = null
)
} catch (e: TurboException) {
Expand Down

0 comments on commit f013de9

Please sign in to comment.