|
@@ -204,7 +204,7 @@ public class AnalysisCommonServiceImpl {
|
|
|
Calendar calendar = Calendar.getInstance();
|
|
|
int year = calendar.get(Calendar.YEAR);
|
|
|
KnowledgeCategoryVo knowledgeCategoryVo = new KnowledgeCategoryVo();
|
|
|
- knowledgeCategoryVo.setLabel(knowledgeCategoryMapper.selectById(e).getName());
|
|
|
+ knowledgeCategoryVo.setLabel(analysisCommonMapper.selectCategoryName(e));
|
|
|
//查询知识分类下创建的知识数量(纬度:年 最近1个月 全部)
|
|
|
if (type.equals("total")) {
|
|
|
count = analysisCommonMapper.level1KnowledgeHistogram(e, null, null);
|