[feedback]修正加载BadCase数据异常逻辑
This commit is contained in:
@@ -39,8 +39,12 @@ internal class Repository {
|
||||
.records(isDriven)
|
||||
.takeIf {
|
||||
it.isNotEmpty()
|
||||
}?.also {
|
||||
itx += it
|
||||
}
|
||||
?: getBuildIn(isDriven)
|
||||
?: getBuildIn(isDriven).also {
|
||||
itx += it
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user