1
zyy3
2025-11-08 993755aece09ef32798c04cfdaf4921cd5572743
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("文件不能为空");