|
@@ -297,6 +297,7 @@ public class KlConceptFacade extends KlConceptServiceImpl {
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
.like(StringUtil.isNotBlank(getAllForRelationVO.getName()), "lib_name", getAllForRelationVO.getName().trim())
|
|
.like(StringUtil.isNotBlank(getAllForRelationVO.getName()), "lib_name", getAllForRelationVO.getName().trim())
|
|
.eq(getAllForRelationVO.getTypeId() != null, "lib_type", getAllForRelationVO.getTypeId())
|
|
.eq(getAllForRelationVO.getTypeId() != null, "lib_type", getAllForRelationVO.getTypeId())
|
|
|
|
+ .eq("status", StatusEnum.Enable.getKey())
|
|
.notIn(ListUtil.isNotEmpty(getAllForRelationVO.getExcludedConceptIds()), "id", getAllForRelationVO.getExcludedConceptIds())
|
|
.notIn(ListUtil.isNotEmpty(getAllForRelationVO.getExcludedConceptIds()), "id", getAllForRelationVO.getExcludedConceptIds())
|
|
);
|
|
);
|
|
// retList = BeanUtil.listCopyTo(conceptList, GetAllForRelationDTO.class);
|
|
// retList = BeanUtil.listCopyTo(conceptList, GetAllForRelationDTO.class);
|