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