Sfoglia il codice sorgente

1、术语关联映射

zhaops 3 anni fa
parent
commit
90f5bd984d

+ 1 - 1
cdssman-service/src/main/java/com/diagbot/facade/MappingConfigFacade.java

@@ -348,7 +348,7 @@ public class MappingConfigFacade extends MappingConfigServiceImpl {
         RespDTO<List<MappingConfigWrapper>> respDTO = cdssClient.importExcel_remote(file, hospitalId, type, userId);
         if (RespDTOUtil.respIsOK(respDTO)) {
             if (ListUtil.isNotEmpty(respDTO.data)) {
-                exportExcel(response, respDTO.data, type, "标准词", 1);
+                exportExcel(response, respDTO.data, type, "标准词校验错误(含非标和禁用)", 1);
             }
         } else {
             throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, respDTO.msg);