yml
zyy
2025-11-14 8283f7e6ad78ebb5493b4c6a2abf8ee767c49a05
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("文件不能为空");