Commit 90041465 authored by “yiyousong”'s avatar “yiyousong”

fix:修改基础设置

parents 7cbde843 ecee7fb6
......@@ -91,6 +91,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
hotwordEntity.initAttrValue();
hotwordEntity.setHotwords(StrUtil.subBetween(query.getMatterFullName(),"%"));
hotwordEntity.setSearchCount(1);
hotwordEntity.setSiteId(query.getSiteId());
hotwordService.save(hotwordEntity, context);
} 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