浏览代码

1、术语关联映射

zhaops 3 年之前
父节点
当前提交
48ea2abfaa
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/diagbot/web/MappingConfigController.java

+ 1 - 0
src/main/java/com/diagbot/web/MappingConfigController.java

@@ -125,6 +125,7 @@ public class MappingConfigController {
                             @RequestParam("hospitalId") Long hospitalId,
                             @RequestParam("hospitalId") Long hospitalId,
                             @RequestParam("type") Integer type,
                             @RequestParam("type") Integer type,
                             @RequestParam("uesrId") String userId) {
                             @RequestParam("uesrId") String userId) {
+        response.setHeader("Access-Control-Expose-Headers", "*");
         mappingConfigFacade.importExcel(response, file, hospitalId, type, userId);
         mappingConfigFacade.importExcel(response, file, hospitalId, type, userId);
     }
     }