zhaops 3 năm trước cách đây
mục cha
commit
22a7d8b597

+ 1 - 1
src/main/java/com/diagbot/facade/KlConceptStaticFacade.java

@@ -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);
 

+ 1 - 1
src/main/java/com/diagbot/facade/MedRetrievalFacade.java

@@ -242,7 +242,7 @@ public class MedRetrievalFacade {
 
         List<Integer> types = staticKnowledgeIndexVO.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);