src/main/java/com/nq/service/impl/FileUploadServiceImpl.java
@@ -28,6 +28,7 @@ public ServerResponse upload(MultipartFile file, String path) { path = PropertiesUtil.getProperty("ftp.address"); // 参数校验 if (file == null || file.isEmpty()) { return ServerResponse.createByErrorMsg("文件不能为空");