|
|
|
@@ -421,13 +421,13 @@ public class DmDigitalmanController extends BaseController<DmDigitalmanQuery, Dm |
|
|
|
if (RedisUtil.existed("dashboard:knowledge-consume")) { |
|
|
|
knowledgeList = RedisUtil.getJsonList("dashboard:knowledge-consume"); |
|
|
|
//取值后清除缓存list,5秒后过期 |
|
|
|
RedisUtil.expire("dashboard:knowledge-consume", 5); |
|
|
|
// RedisUtil.expire("dashboard:knowledge-consume", 5); |
|
|
|
} |
|
|
|
List<JSONObject> skillList = new ArrayList<>(); |
|
|
|
if (RedisUtil.existed("dashboard:skill-consume")) { |
|
|
|
skillList = RedisUtil.getJsonList("dashboard:skill-consume"); |
|
|
|
//取值后清除缓存list,5秒后过期 |
|
|
|
RedisUtil.expire("dashboard:skill-consume", 5); |
|
|
|
// RedisUtil.expire("dashboard:skill-consume", 5); |
|
|
|
} |
|
|
|
Long onlineCount = 0L; |
|
|
|
if (RedisUtil.existed("group:dgman:device")) { |
|
|
|
|