1
zj
2025-11-10 091063e57ad6b8a4cb71bcd0b8cc4d47073fb322
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("文件不能为空");