Commit 5c0b3d5c authored by 黄奎's avatar 黄奎

111

parent e769bf9f
......@@ -98,7 +98,7 @@ namespace Edu.WebApi.Controllers.Course
}
else
{
jobj.Add("TotalTimes", item.TotalTimes);
jobj.Add("TotalTimes", item.TotalTimes/2);
list.Add(jobj);
}
}
......
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