ludc
2023-08-04 9d96f11fb1de77d1ad4fb0be04a10ae8eb7f46c9
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");