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("添加成功"));