From 74b3e88c32d1df5dbcd09892c2318c9f5a92db7d Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Fri, 10 May 2024 15:14:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hyp/web/controller/reward/FileRelationController.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyp-admin/src/main/java/com/hyp/web/controller/reward/FileRelationController.java b/hyp-admin/src/main/java/com/hyp/web/controller/reward/FileRelationController.java index 5ce85dc..ae49951 100644 --- a/hyp-admin/src/main/java/com/hyp/web/controller/reward/FileRelationController.java +++ b/hyp-admin/src/main/java/com/hyp/web/controller/reward/FileRelationController.java @@ -64,6 +64,9 @@ public class FileRelationController extends BaseController { @RequestParam(required = false) String filename, @RequestParam String fileCode) { try { + if(file.isEmpty()){ + throw new ServiceException("上传文件不能为空"); + } // 上传文件路径 String filePath = HypConfig.getUploadPath(); // 上传并返回新文件名称