Browse Source

转换标准词

kwzbigdata 4 năm trước cách đây
mục cha
commit
0a24831b55
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/main/java/com/diagbot/facade/BillFacade.java

+ 3 - 0
src/main/java/com/diagbot/facade/BillFacade.java

@@ -9,6 +9,8 @@ import com.diagbot.vo.StandConvert;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Component;
 
+import java.util.Map;
+
 /**
  * @Description: 开单合理性facade
  * @author: zhoutg
@@ -35,6 +37,7 @@ public class BillFacade {
         StandConvert standConvert = commonFacade.dataTypeGet(wordBillCrfDTO);
 
         // 标准词转换 TODO
+        Map<String, Map<String, String>> typeStand = neoFacade.standConvert(standConvert);
 
         // 图谱接口调用
         BillNeoVO billNeoVO = new BillNeoVO();