Skip to content

Commit

Permalink
bug: 研发商店工作台查询尚无统计数据组件时出现空指针异常 #8743
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Apr 25, 2023
1 parent 2261ce0 commit 41a2b7e
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 @@ -45,6 +45,6 @@ data class StoreStatistic(
@ApiModelProperty("成功率")
val successRate: Double? = null,
@ApiModelProperty("hotFlag")
val hotFlag: Boolean? = null
val hotFlag: Boolean? = false

)
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import com.tencent.devops.store.service.common.StoreDailyStatisticService
import com.tencent.devops.store.service.common.StoreTotalStatisticService
import java.math.BigDecimal
import java.time.LocalDateTime
import java.util.*
import java.util.Calendar
import java.util.concurrent.TimeUnit
import org.jooq.DSLContext
import org.jooq.Record4
Expand Down

0 comments on commit 41a2b7e

Please sign in to comment.