|
@@ -83,6 +83,8 @@ public class ConceptDetailFacade extends ConceptDetailServiceImpl {
|
|
|
ConceptIntroduceDTO conceptIntroduceDTO = new ConceptIntroduceDTO();
|
|
|
conceptIntroduceDTO.setConceptId(concept.getId());
|
|
|
conceptIntroduceDTO.setName(concept.getLibName());
|
|
|
+ conceptIntroduceDTO.setLibType(concept.getLibType());
|
|
|
+ conceptIntroduceDTO.setType(ParamConvertUtil.libConvert2Concept(concept.getLibType().intValue()));
|
|
|
conceptIntroduceDTO.setDetails(conceptDetailDTOList);
|
|
|
return conceptIntroduceDTO;
|
|
|
}
|