@@ -47,6 +47,7 @@ public class CommonController
@GetMapping("/download")
public void fileDownload(String fileName, Boolean delete, HttpServletResponse response, HttpServletRequest request)
{
+ System.out.println(123);
try
if (!FileUtils.checkAllowDownload(fileName))