Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
2adda47c
Commit
2adda47c
authored
Apr 29, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
570b0386
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ConvertHelper.cs
Edu.Common/Plugin/ConvertHelper.cs
+1
-1
ClassController.cs
Edu.WebApi/Controllers/Course/ClassController.cs
+1
-1
No files found.
Edu.Common/Plugin/ConvertHelper.cs
View file @
2adda47c
...
...
@@ -124,7 +124,7 @@ namespace Edu.Common
try
{
timeStr
=
Convert
.
ToDateTime
(
time
.
ToString
()).
ToString
(
"yyyy年MM月dd日"
);
if
(
timeStr
==
"0001
-01-01
"
)
if
(
timeStr
==
"0001
年01月01日
"
)
{
timeStr
=
""
;
}
...
...
Edu.WebApi/Controllers/Course/ClassController.cs
View file @
2adda47c
...
...
@@ -770,7 +770,7 @@ namespace Edu.WebApi.Controllers.Course
public
ApiResult
GetStudentList
()
{
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
);
}
#
endregion
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment