Commit 9afbc385 authored by 黄奎's avatar 黄奎

页面修改

parent 4e40b8a5
......@@ -143,6 +143,7 @@ WHERE 1=1
{
firstComment.CreateTime = tempModel.CreateTime;
firstComment.Comment = tempModel.Info;
}
else
{
......@@ -161,8 +162,10 @@ WHERE 1=1
CreateType = 1,
CreateByName = firstList.LastOrDefault().ThName,
CreateTime = firstComment.CreateTime,
ShowType = 3,
});
}
}
}
//第二次评价
......@@ -204,6 +207,7 @@ WHERE 1=1
CreateType = 1,
CreateByName = secondList.LastOrDefault().ThName,
CreateTime = secondComment.CreateTime,
ShowType = 3,
});
}
}
......@@ -245,6 +249,7 @@ WHERE 1=1
CreateType = 1,
CreateByName = thirdList.LastOrDefault().ThName,
CreateTime = thirdComment.CreateTime,
ShowType = 3,
});
}
}
......
......@@ -168,7 +168,7 @@ namespace EduSpider.WebApi.Controllers
{
Id = 0,
Title = "系统默认配置",
CourseId = 0,
CourseId = query.CourseId,
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