资源ID固定

Signed-off-by: fangyunzhong <fangyunzhong2@huawei.com>
This commit is contained in:
fangyunzhong
2023-02-02 07:51:07 +00:00
parent a0927f9610
commit fe3382c27f
12 changed files with 309 additions and 51 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ bool ReferenceParser::ParseRefImpl(string &key, const map<string, ResType> &refs
key = to_string(id);
if (ref.second != ResType::ID) {
key = key = "$" + ResourceUtil::ResTypeToString(ref.second) + ":" + to_string(id);
key = "$" + ResourceUtil::ResTypeToString(ref.second) + ":" + to_string(id);
}
return true;
}