From 573465acdf21abb29d64da75965137f7bc69959f Mon Sep 17 00:00:00 2001 From: wtp <1813748440@qq.com> Date: Sat, 15 Apr 2023 17:11:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=BE=E7=A8=8B=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GDZZ.Application/Service/Course/CourseService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,