@@ -110,7 +110,7 @@ public class InspectionFileServiceImpl implements IInspectionFileService { | |||
.eq(InspectionFile::getMark, 1) | |||
.eq(InspectionFile::getTenantId, tenantId)); | |||
if (CollectionUtil.isEmpty(inspectionFileList)) { | |||
return JsonResult.error("该覆盖区域范围内没有问题"); | |||
return JsonResult.success("该覆盖区域范围内没有问题"); | |||
} | |||
for (InspectionFile inspectionFile : inspectionFileList) { | |||
//任务状态判断 |