田源
2023-10-16 19071a069fefcb0e1c7231b7ffbc35e7748b96cb
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");