@@ -230,7 +230,7 @@ namespace GxPress.Service.Implement.Topic
{
var topicTypeValue = GxPress.EnumConst.AllTypeConst.TopicNote.GetHashCode();
var sql = $@"SELECT
- a.Id,a.Title,a.UserId,a.Content,a.CreatedDate,a.IsTopic,c.ParentId,
+ a.Id,a.Title,a.UserId,a.Content,a.CreatedDate,a.IsTopic,a.ReadCount,c.ParentId,
(SELECT
FolderName
FROM