mod: 补充scheme

This commit is contained in:
guozhigq
2024-01-06 15:42:30 +08:00
parent e0aeefa203
commit f5d928e0f3
3 changed files with 47 additions and 23 deletions

View File

@ -66,7 +66,7 @@ class IdUtils {
result['BV'] = bvs[0].substring(0, 2).toUpperCase() + bvs[0].substring(2);
}
if (avs.isNotEmpty) {
result['AV'] = avs[0].substring(2);
result['AV'] = int.parse(avs[0].substring(2));
}
return result;
}