Commit 3db4cf88 authored by yanzg's avatar yanzg

设置打包时可以通过GIT查看源码

parent f85c1d02
...@@ -59,8 +59,10 @@ public class DataDaoVo<T> { ...@@ -59,8 +59,10 @@ public class DataDaoVo<T> {
res.mapNow.put(key, now); res.mapNow.put(key, now);
} else { } else {
mapHistory.remove(key); mapHistory.remove(key);
keyFunc.set(his, now); boolean isChange = keyFunc.set(his, now);
res.updates.add(his); if (isChange) {
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