yangdamao 1 주 전
부모
커밋
3ddc290253
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      zhongzheng-question-admin/src/main/java/com/zhongzheng/controller/common/CommonController.java

+ 1 - 0
zhongzheng-question-admin/src/main/java/com/zhongzheng/controller/common/CommonController.java

@@ -195,6 +195,7 @@ public class CommonController extends BaseController {
      */
     @GetMapping("common/download")
     public void fileDownload(String fileName, Boolean delete, HttpServletResponse response, HttpServletRequest request) {
+
         try {
             if (!FileUtils.checkAllowDownload(fileName)) {
                 throw new Exception(StrUtil.format("文件名称({})非法,不允许下载。 ", fileName));