src/main/java/com/yeshi/buwan/web/action/ConfigAction.java
@@ -72,7 +72,7 @@ public String getHotSearchRank() { Config cf = configService.getConfigByKey("topsearch", new DetailSystem(SystemUtil.getDetailSystemId() + ""), SystemUtil.getDefaultVersion()); List<String> list = new ArrayList<String>(); List<String> list = new ArrayList<>(); if (cf != null) { try { JSONArray array = JSONArray.fromObject(cf.getValue());