Skip to content

Commit

Permalink
Merge branch 'master' into dev_tming
Browse files Browse the repository at this point in the history
  • Loading branch information
tming authored Jul 10, 2024
2 parents df89014 + 8ae1f74 commit e1fc6af
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 e1fc6af

Please sign in to comment.