Commit 38183f87 authored by 赵啸非's avatar 赵啸非

添加材料数量统计

parent 5e1853f0
...@@ -91,6 +91,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe ...@@ -91,6 +91,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