Commit 2adda47c authored by 黄奎's avatar 黄奎

页面修改

parent 570b0386
...@@ -124,7 +124,7 @@ namespace Edu.Common ...@@ -124,7 +124,7 @@ namespace Edu.Common
try try
{ {
timeStr = Convert.ToDateTime(time.ToString()).ToString("yyyy年MM月dd日"); timeStr = Convert.ToDateTime(time.ToString()).ToString("yyyy年MM月dd日");
if (timeStr == "0001-01-01") if (timeStr == "0001年01月01日")
{ {
timeStr = ""; timeStr = "";
} }
......
...@@ -770,7 +770,7 @@ namespace Edu.WebApi.Controllers.Course ...@@ -770,7 +770,7 @@ namespace Edu.WebApi.Controllers.Course
public ApiResult GetStudentList() public ApiResult GetStudentList()
{ {
var schoolId = base.ParmJObj.GetInt("SchoolId",-1); var schoolId = base.ParmJObj.GetInt("SchoolId",-1);
var data = classModule.GetStudentListRepository(new Model.ViewModel.User.RB_Student_ViewModel { School_Id = schoolId, Group_Id = base.UserInfo.Group_Id, StuStatus = 0 }); var data = classModule.GetStudentListRepository(new Model.ViewModel.User.RB_Student_ViewModel { School_Id = schoolId, Group_Id = base.UserInfo.Group_Id});
return ApiResult.Success(data: data); return ApiResult.Success(data: data);
} }
#endregion #endregion
......
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