Explorar o código

下载项目数据包开发

anderx %!s(int64=2) %!d(string=hai) anos
pai
achega
4e171c568b

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ProjectTaskController.java

@@ -423,7 +423,7 @@ public class ProjectTaskController extends BaseController {
      * @throws IOException
      */
     @GetMapping("/download")
-    public void downloadFiles(HttpServletResponse response,String ids) throws IOException {
+    public void downloadFiles(HttpServletResponse response,String ids) {
         if (StringUtils.isEmpty(ids)){
             throw new ServiceException("编号不能为空");
         }