Commit f80188a7 authored by wei's avatar wei 🎱

展开extTopicContractLinks

parent ac092941
......@@ -77,7 +77,7 @@ public class ExtInComeContractServiceImpl<V extends ExtInComeContractVO> impleme
@Override
public List<ExtInComeContractVO> getResearchCategory(String subTypeName) {
SearchQueryCondition query = SearchQueryCondition.builder()
.openProp(SearchQueryCondition.builder().name("sourceTopicContractLink")
.openProp(SearchQueryCondition.builder().name("extTopicContractLinks")
.openProp(SearchQueryCondition.builder().name("target").build()).build())
.searchItems(SearchItems.builder()
.item(new SearchItem("subTypeName", SearchItem.Operator.EQ, subTypeName, null))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment