Commit 829ef31e authored by yanzg's avatar yanzg

接口文档的支持

parent ded4adf7
...@@ -44,6 +44,7 @@ public class DataDaoVo<T> { ...@@ -44,6 +44,7 @@ public class DataDaoVo<T> {
res.creates.add(now); res.creates.add(now);
res.mapNow.put(key, now); res.mapNow.put(key, now);
} else { } else {
mapHistory.remove(key);
keyFunc.set(his, now); keyFunc.set(his, now);
res.updates.add(his); res.updates.add(his);
res.mapNow.put(key, his); res.mapNow.put(key, his);
......
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