|
RespDTO<List<MappingConfigWrapper>> respDTO = cdssClient.importExcel_remote(file, hospitalId, type, userId);
|
|
RespDTO<List<MappingConfigWrapper>> respDTO = cdssClient.importExcel_remote(file, hospitalId, type, userId);
|
|
exportExcel(response, respDTO.data, type, "非标准词", 1);
|
|
exportExcel(response, respDTO.data, type, "非标准词", 1);
|