|
@@ -264,7 +264,7 @@ public class RelationContactFacade extends KlRelationServiceImpl {
|
|
.eq("lib_name", disName.trim())
|
|
.eq("lib_name", disName.trim())
|
|
.eq("lib_type", 100));
|
|
.eq("lib_type", 100));
|
|
List<Long> ids = klConcepts.stream().map(x -> x.getId()).collect(Collectors.toList());
|
|
List<Long> ids = klConcepts.stream().map(x -> x.getId()).collect(Collectors.toList());
|
|
- List<Integer> relations = Lists.newArrayList(501, 502, 503, 504, 505, 506, 507, 508);
|
|
|
|
|
|
+ List<Integer> relations = Lists.newArrayList(501, 502, 503, 504, 505, 506, 507, 508, 509);
|
|
List<KlRelation> klRelations = this.list(new QueryWrapper<KlRelation>()
|
|
List<KlRelation> klRelations = this.list(new QueryWrapper<KlRelation>()
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
.in(ListUtil.isNotEmpty(ids), "start_id", ids)
|
|
.in(ListUtil.isNotEmpty(ids), "start_id", ids)
|