This commit is contained in:
fasiondog 2024-03-26 03:08:19 +08:00
parent 3e805e7fa5
commit 01279141ae

View File

@ -46,7 +46,7 @@ inline vector<AnalysisSystemWithBlockOut> analysisSystemListWith(const Container
vector<AnalysisSystemWithBlockOut> result;
HKU_IF_RETURN(blk.size() == 0 || !sys_proto, result);
sys_proto->reset();
sys_proto->forceReset();
SystemList sys_list;
StockList stk_list;
for (const auto& stk : blk) {