|
@@ -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();
|