Skip to content

Commit

Permalink
feat:【编译加速】加速次数支持根据场景统计-统计不同场景的加速次数 #7816
Browse files Browse the repository at this point in the history
  • Loading branch information
eazence committed Jun 2, 2023
1 parent c6b11c6 commit 361ecd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class TurboSummaryService @Autowired constructor(
)

if (createFlag) {
val engineSceneList = tTurboDaySummaryEntity!!.engineSceneList
val engineSceneList = tTurboDaySummaryEntity!!.engineSceneList ?: mutableListOf()
val engineSceneEntityMap = engineSceneList.associateBy { it.sceneCode }.toMutableMap()

val engineSceneEntity = engineSceneEntityMap.computeIfAbsent(engineCode) {
Expand Down

0 comments on commit 361ecd3

Please sign in to comment.