This commit is contained in:
aozhiwei 2022-08-17 17:15:55 +08:00
parent 509e8568da
commit 4b0c0c737d

View File

@ -1688,6 +1688,9 @@ namespace MetaData
} }
} }
waves = MetaMgr::Instance()->GetPveGeminiContents(pb->id()); waves = MetaMgr::Instance()->GetPveGeminiContents(pb->id());
if (waves->size() != mode_time.size()) {
abort();
}
} }
} }