田源
2023-08-04 c1f66ccc26d66317558fb39c255c4b7131ec8a7e
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");