diff --git a/GDZZ.Application/Service/Course/CourseService.cs b/GDZZ.Application/Service/Course/CourseService.cs index f1d29a6..02cee49 100644 --- a/GDZZ.Application/Service/Course/CourseService.cs +++ b/GDZZ.Application/Service/Course/CourseService.cs @@ -41,7 +41,7 @@ namespace GDZZ.Application { FileID = u.Id, Id = n.Id, - Info = u.Info, + Info = n.Info, Price = n.Price, Tags = n.Tags, Title = n.Title,