提交 3c1c192a 编写于 作者: 如梦技术's avatar 如梦技术 🐛

🐛 修复 gitee #I4193Q

上级 841e0184
......@@ -112,7 +112,9 @@ public class MultiSetMap<K, V> {
if (data == null || data.isEmpty()) {
return false;
} else {
map.putAll(data.map);
for (K k : data.keySet()) {
this.putAll(k, data.get(k));
}
return true;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册