|
@@ -42,6 +42,7 @@ public class KlConceptFacade extends KlConceptServiceImpl {
|
|
|
|
|
|
List<KlConcept> concepts = this.list(new QueryWrapper<KlConcept>()
|
|
List<KlConcept> concepts = this.list(new QueryWrapper<KlConcept>()
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
|
+ .eq("lib_type", type)
|
|
.in("lib_name", conceptVO.getNames()));
|
|
.in("lib_name", conceptVO.getNames()));
|
|
|
|
|
|
if (ListUtil.isNotEmpty(concepts)) {
|
|
if (ListUtil.isNotEmpty(concepts)) {
|