Commit ded4adf7 authored by yanzg's avatar yanzg

接口文档的支持

parent afb99988
......@@ -31,8 +31,7 @@ public class DataDaoVo<T> {
if (hisitories != null) {
for (T his : hisitories) {
String key = keyFunc.getKey(his);
T t = mapHistory.get(key);
mapHistory.put(key, t);
mapHistory.put(key, his);
}
}
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