田源
2023-11-21 d44f7522b09f8bff0a3ee4e95c4e6499a23ca296
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");