路泰机电科技体检——数据平台后端
zhaowenxuan
2024-12-19 d3e9ae0b5f000e52bd54962644be8e9feec0df4a
src/main/java/com/example/service/shanxiqin/xian/MeiJiHisService.java
@@ -38,7 +38,7 @@
    public MeiJiHisService(ApplicationContext applicationContext, ConfigValue configValue) {
        this.applicationContext = applicationContext;
        this.configValue = configValue;
        HIS_URL = configValue.getConfigValue("his_api_url") + ":" + configValue.getConfigValue("his_api_port") +"/OAPI/";
        HIS_URL = configValue.getConfigValue("his_api_url") + ":" + configValue.getConfigValue("his_api_port") + configValue.getConfigValue("hisapiappend");
    }
    @Autowired