田源
2023-08-09 fcb61d7b79c62f932c109bdd864b9f77d468befd
Source/UBCS/ubcs-service-api/ubcs-util-api/src/main/java/com/vci/ubcs/starter/web/util/ControllerUtil.java
@@ -234,7 +234,6 @@
   public static void downloadErrorFile(HttpServletResponse response, String uuid) throws IOException {
      String errorFile = (String)tempFileForDownloadMap.getOrDefault(uuid, "");
      try {
         if (StringUtil.isNotBlank(errorFile)) {
            writeFileToResponse(response, new File(errorFile), (String)null, true, "application/msexcel");