This commit is contained in:
aozhiwei 2020-08-12 20:58:49 +08:00
parent a1b4d12082
commit e4ca1b0abb

View File

@ -104,10 +104,10 @@ namespace MetaData
} }
{ {
std::vector<std::string> strings; std::vector<std::string> strings;
if (f8::IsOnlineEnv()) { if (!i->spera_type().empty()) {
a8::Split(i->attr_type(), strings, '|');
} else {
a8::Split(i->spera_type(), strings, '|'); a8::Split(i->spera_type(), strings, '|');
} else {
a8::Split(i->attr_type(), strings, '|');
} }
int level = 1; int level = 1;
for (auto& str : strings) { for (auto& str : strings) {