|
@@ -25,8 +25,7 @@ public class GraphConceptInfoFacade extends GraphConceptInfoServiceImpl {
|
|
|
public Map<String,List<String>> getGraphConceptMap(){
|
|
|
Map<String,List<String>> retMap = new HashMap<>();
|
|
|
QueryWrapper<GraphConceptInfo> queryWrapper = new QueryWrapper<>();
|
|
|
- queryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
- .eq("status", 1);
|
|
|
+ queryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey());
|
|
|
List<GraphConceptInfo> graphConceptInfos = this.list(queryWrapper);
|
|
|
if(ListUtil.isEmpty(graphConceptInfos)){
|
|
|
return retMap;
|