|
@@ -87,7 +87,7 @@ namespace GxPress.Service.Implement.Media
|
|
sectionValue = Convert.ToInt32(result.BookCatalogResults.Count * freeProportion);
|
|
sectionValue = Convert.ToInt32(result.BookCatalogResults.Count * freeProportion);
|
|
foreach (var item in result.BookCatalogResults)
|
|
foreach (var item in result.BookCatalogResults)
|
|
{
|
|
{
|
|
- if (item.Id < sectionValue)
|
|
|
|
|
|
+ if (item.Id <= sectionValue)
|
|
item.IsRead = true;
|
|
item.IsRead = true;
|
|
}
|
|
}
|
|
}
|
|
}
|