【资源库-大屏展示】成果大屏的需求调整改动
This commit is contained in:
parent
f05d5cf548
commit
d49f0621c8
|
@ -117,7 +117,7 @@ public class BigScreenStatisticService {
|
||||||
c.put("key","浏览");
|
c.put("key","浏览");
|
||||||
c.put("value", cres);
|
c.put("value", cres);
|
||||||
Map<String, Object> d = new HashMap<>();
|
Map<String, Object> d = new HashMap<>();
|
||||||
c.put("key","下载");
|
d.put("key","下载");
|
||||||
d.put("value", dres);
|
d.put("value", dres);
|
||||||
Map<String, Object> f = new HashMap<>();
|
Map<String, Object> f = new HashMap<>();
|
||||||
f.put("key", "收藏");
|
f.put("key", "收藏");
|
||||||
|
|
Loading…
Reference in New Issue