admin
2019-08-01 a3ea58065f61d16f06a0883737eae320eef5c33a
fanli/src/main/java/com/yeshi/fanli/controller/admin/HotSearchAdminController.java
@@ -123,6 +123,11 @@
      }
      
      try {   
         Integer useType = hotSearch.getUseType();
         if (useType == null) {
            hotSearch.setUseType(Constant.SOURCE_TYPE_TAOBAO);
         }
         hotSearch.setId(null);
         hotSearchService.addHotSearch(hotSearch);
         JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult("添加成功"));