admin
2019-02-26 2f50d551c02d5d62360d63fc40169fd14ef75114
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("修改异常"));