|
@@ -291,7 +291,7 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
retrievalVO.setType(ParamConvertUtil.conceptConvert2Lib(retrievalVO.getType()));
|
|
|
}
|
|
|
}
|
|
|
- List<ConceptRetrievalDTO> conceptRetrievalDTOS = Lists.newArrayList();;
|
|
|
+ List<ConceptRetrievalDTO> conceptRetrievalDTOS = Lists.newArrayList();
|
|
|
if (retrievalVO.getIsStatic().equals(1)) {
|
|
|
conceptRetrievalDTOS = this.staticKnowledge(retrievalVO);
|
|
|
} else {
|