@ -27,7 +27,7 @@ public class DownPlatformServiceImpl implements DownPlatformService {
@Override
public CommonResult report(ReportDownDto reportDownDto) {
if (!reportDownDto.getScanfiles().isEmpty()) {
if (reportDownDto.getScanfiles().isEmpty()) {
return CommonResult.failed("文件数量为空!");
}
String downUrl = serverUrlConfig.getDownloadPlatformServerUrl() + "api/downplatform/report";