Browse Source

1、术语关联映射

zhaops 3 years ago
parent
commit
48ea2abfaa
1 changed files with 1 additions and 0 deletions
  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("type") Integer type,
                             @RequestParam("uesrId") String userId) {
+        response.setHeader("Access-Control-Expose-Headers", "*");
         mappingConfigFacade.importExcel(response, file, hospitalId, type, userId);
     }