Commit 7d14d3bf authored by 赵啸非's avatar 赵啸非

修改热门词汇

parent 0ed82342
Pipeline #2426 failed with stages
...@@ -87,6 +87,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe ...@@ -87,6 +87,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
hotwordEntity.initAttrValue(); hotwordEntity.initAttrValue();
hotwordEntity.setHotwords(StrUtil.subBetween(query.getMatterFullName(),"%")); hotwordEntity.setHotwords(StrUtil.subBetween(query.getMatterFullName(),"%"));
hotwordEntity.setSearchCount(1); hotwordEntity.setSearchCount(1);
hotwordEntity.setSiteId(query.getSiteId());
hotwordService.save(hotwordEntity, context); hotwordService.save(hotwordEntity, context);
} else { } else {
//更新 //更新
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment