Commit 2e99da22 authored by liudong1993's avatar liudong1993
parents 258160c3 f489be0e
...@@ -143,6 +143,7 @@ WHERE 1=1 ...@@ -143,6 +143,7 @@ WHERE 1=1
{ {
firstComment.CreateTime = tempModel.CreateTime; firstComment.CreateTime = tempModel.CreateTime;
firstComment.Comment = tempModel.Info; firstComment.Comment = tempModel.Info;
} }
else else
{ {
...@@ -161,8 +162,10 @@ WHERE 1=1 ...@@ -161,8 +162,10 @@ WHERE 1=1
CreateType = 1, CreateType = 1,
CreateByName = firstList.LastOrDefault().ThName, CreateByName = firstList.LastOrDefault().ThName,
CreateTime = firstComment.CreateTime, CreateTime = firstComment.CreateTime,
ShowType = 3,
}); });
} }
} }
} }
//第二次评价 //第二次评价
...@@ -204,6 +207,7 @@ WHERE 1=1 ...@@ -204,6 +207,7 @@ WHERE 1=1
CreateType = 1, CreateType = 1,
CreateByName = secondList.LastOrDefault().ThName, CreateByName = secondList.LastOrDefault().ThName,
CreateTime = secondComment.CreateTime, CreateTime = secondComment.CreateTime,
ShowType = 3,
}); });
} }
} }
...@@ -245,6 +249,7 @@ WHERE 1=1 ...@@ -245,6 +249,7 @@ WHERE 1=1
CreateType = 1, CreateType = 1,
CreateByName = thirdList.LastOrDefault().ThName, CreateByName = thirdList.LastOrDefault().ThName,
CreateTime = thirdComment.CreateTime, CreateTime = thirdComment.CreateTime,
ShowType = 3,
}); });
} }
} }
......
...@@ -168,7 +168,7 @@ namespace EduSpider.WebApi.Controllers ...@@ -168,7 +168,7 @@ namespace EduSpider.WebApi.Controllers
{ {
Id = 0, Id = 0,
Title = "系统默认配置", Title = "系统默认配置",
CourseId = 0, CourseId = query.CourseId,
CommentDetails = sysList CommentDetails = sysList
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment