|
|
@ -67,7 +67,7 @@ public class EfCoreCommentRepository : EfCoreRepository<ICmsKitDbContext, Commen |
|
|
creationEndDate, |
|
|
creationEndDate, |
|
|
token); |
|
|
token); |
|
|
|
|
|
|
|
|
if (sorting != null) |
|
|
if (!sorting.IsNullOrEmpty()) |
|
|
{ |
|
|
{ |
|
|
sorting = "comment." + sorting; |
|
|
sorting = "comment." + sorting; |
|
|
} |
|
|
} |
|
|
|