|
@@ -350,6 +350,11 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
List<RetrievalDTO> staticRetrievalList = this.staticKnowledge(retrievalVO);
|
|
|
for (RetrievalDTO retrievalDTO : staticRetrievalList) {
|
|
|
retrievalDTO.setType(ParamConvertUtil.libConvert2Concept(retrievalDTO.getLibTypeId().intValue()));
|
|
|
+ if(retrievalDTO.getShowType().intValue() == 1){//去除本体retrivalName
|
|
|
+ if(retrievalDTO.getName().equals(retrievalDTO.getRetrievalName())){
|
|
|
+ retrievalDTO.setRetrievalName(null);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
return staticRetrievalList;
|
|
|
}
|