1
This commit is contained in:
parent
a1b4d12082
commit
e4ca1b0abb
@ -104,10 +104,10 @@ namespace MetaData
|
||||
}
|
||||
{
|
||||
std::vector<std::string> strings;
|
||||
if (f8::IsOnlineEnv()) {
|
||||
a8::Split(i->attr_type(), strings, '|');
|
||||
} else {
|
||||
if (!i->spera_type().empty()) {
|
||||
a8::Split(i->spera_type(), strings, '|');
|
||||
} else {
|
||||
a8::Split(i->attr_type(), strings, '|');
|
||||
}
|
||||
int level = 1;
|
||||
for (auto& str : strings) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user