|
@@ -39,8 +39,9 @@ public class IndicationFacade {
|
|
|
|
|
|
// 标准词转换
|
|
|
StandConvert standConvert = commonFacade.dataTypeGet(wordCrfDTO);
|
|
|
- Map<String, Map<String, String>> typeStand = neoFacade.standConvert(standConvert);
|
|
|
-// wordCrfDTO = commonFacade.dataTypeSet(wordCrfDTO, typeStand);
|
|
|
+ Map<String, Map<String, String>> standConvertMap = neoFacade.standConvert(standConvert);
|
|
|
+ wordCrfDTO = commonFacade.dataTypeSet(wordCrfDTO, standConvertMap);
|
|
|
+ wordCrfDTO.setStandConvertMap(standConvertMap);
|
|
|
|
|
|
List<String> ruleTypeList = Arrays.asList(indicationPushVO.getRuleType().split(","));
|
|
|
|