admin
2019-01-29 033a7cd02b9799a0acf42290fdc84d74bdcee79c
热门搜素更改
1个文件已修改
4 ■■■■ 已修改文件
fanli/src/main/java/com/yeshi/fanli/controller/admin/HotSearchAdminController.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/java/com/yeshi/fanli/controller/admin/HotSearchAdminController.java
@@ -258,7 +258,7 @@
            System system = systemService.getById(systemId);
            List<SuperHotSearch> list = superHotSearchService.getHotSearchSystem(id, systemId);
            if (list == null || list.size() == 0) {
                superHotSearchService.addSuper(systemId, system);
                superHotSearchService.addSuper(id, system);
                JSONObject data = new JSONObject();
                data.put("check", 1);
                JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult(data));
@@ -271,7 +271,7 @@
                } else {
                    JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("修改失败"));
                }
            }
            }
            
        } catch (Exception e) {
            JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("修改异常"));