|
@@ -365,7 +365,7 @@ public class KlConceptStaticFacade extends KlConceptStaticServiceImpl {
|
|
|
|
|
|
List<Integer> types = staticKnowledgeIndexPageVO.getTypes();
|
|
|
|
|
|
- List<DictionaryInfoDTO> dicType = dictionaryFacade.getListByGroupType(7);
|
|
|
+ List<DictionaryInfoDTO> dicType = klDictionaryInfoFacade.getListByGroupType(10);
|
|
|
Map<String, String> dicTypeMap = EntityUtil.makeMapWithKeyValue(dicType, "name", "val");
|
|
|
List<DictionaryInfoDTO> dicTypeName = klDictionaryInfoFacade.getListByGroupType(13);
|
|
|
|