admin
2019-01-29 0f73ccdaaa2864b49a127fb9f3a52d3c67b22add
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("修改异常"));