Commit ded4adf7 authored by yanzg's avatar yanzg

接口文档的支持

parent afb99988
...@@ -31,8 +31,7 @@ public class DataDaoVo<T> { ...@@ -31,8 +31,7 @@ public class DataDaoVo<T> {
if (hisitories != null) { if (hisitories != null) {
for (T his : hisitories) { for (T his : hisitories) {
String key = keyFunc.getKey(his); String key = keyFunc.getKey(his);
T t = mapHistory.get(key); mapHistory.put(key, his);
mapHistory.put(key, t);
} }
} }
DataDaoVo<T> res = new DataDaoVo<T>(); DataDaoVo<T> res = new DataDaoVo<T>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment