|
@@ -45,7 +45,7 @@ public class PushFacade {
|
|
|
commonFacade.dataTypeSet(wordCrfDTO, standConvertMap);
|
|
|
List<String> ruleTypeList = Arrays.asList(pushVo.getFeatureType().split(","));
|
|
|
//生成push入参,供图谱调用
|
|
|
- NeoPushVO pushVO = commonFacade.generatePushImput(wordCrfDTO);
|
|
|
+ NeoPushVO pushVO = commonFacade.generatePushInput(wordCrfDTO);
|
|
|
//图谱推送数据
|
|
|
List<NeoPushDTO> push = neoFacade.getPush(pushVO);
|
|
|
if(ListUtil.isNotEmpty(push)){
|