Commit 37b761d8 authored by 吴春's avatar 吴春

提交代码

parent c3a8859a
...@@ -362,7 +362,8 @@ namespace Mall.WebApi.Controllers.Education ...@@ -362,7 +362,8 @@ namespace Mall.WebApi.Controllers.Education
StudentNumTypeStr = EnumHelper.GetEnumName(x.StudentNumType), StudentNumTypeStr = EnumHelper.GetEnumName(x.StudentNumType),
DurationUnitStr = EnumHelper.GetEnumName(x.DurationUnit), DurationUnitStr = EnumHelper.GetEnumName(x.DurationUnit),
x.PointNum, x.PointNum,
x.IsPublic x.IsPublic,
x.Title
}); });
return ApiResult.Success("", pagelist); return ApiResult.Success("", pagelist);
} }
......
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