Commit de0b37aa authored by 吴春's avatar 吴春

提交代码

parent f68d463a
...@@ -10,7 +10,7 @@ namespace Mall.Common ...@@ -10,7 +10,7 @@ namespace Mall.Common
/// <summary> /// <summary>
/// 类型转换帮助类 /// 类型转换帮助类
/// </summary> /// </summary>
public class ConvertHelper public static class ConvertHelper
{ {
/// <summary> /// <summary>
......
...@@ -884,7 +884,7 @@ namespace Mall.WebApi.Controllers.Education ...@@ -884,7 +884,7 @@ namespace Mall.WebApi.Controllers.Education
foreach (var item in nowDayList) foreach (var item in nowDayList)
{ {
var nowCourseOrderList = courseOrder.Where(x => item.ID == x.CourseId); var nowCourseOrderList = courseOrder.Where(x => item.ID == x.CourseId && x.UserId == userInfo.UserId);
haveCourseCount += nowCourseOrderList.Count(); haveCourseCount += nowCourseOrderList.Count();
List<object> orderList = new List<object>(); List<object> orderList = new List<object>();
......
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