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
88cd5864
Commit
88cd5864
authored
Mar 02, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
417eafd3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
262 additions
and
95 deletions
+262
-95
StudentStatModule.cs
Edu.Module.User/StudentStatModule.cs
+261
-94
RB_Student_StaticRepository.cs
Edu.Repository/User/RB_Student_StaticRepository.cs
+1
-1
No files found.
Edu.Module.User/StudentStatModule.cs
View file @
88cd5864
This diff is collapsed.
Click to expand it.
Edu.Repository/User/RB_Student_StaticRepository.cs
View file @
88cd5864
...
@@ -128,7 +128,7 @@ WHERE 1=1 AND A.Date<>'0001-01-01 00:00:00'
...
@@ -128,7 +128,7 @@ WHERE 1=1 AND A.Date<>'0001-01-01 00:00:00'
/// </summary>
/// </summary>
/// <param name="DateStr"></param>
/// <param name="DateStr"></param>
/// <returns></returns>
/// <returns></returns>
public
RB_Student_Static_Extend
GetStudentStaticByProcRepository
(
string
DateStr
)
public
RB_Student_Static_Extend
GetStudentStaticByProcRepository
(
string
DateStr
,
string
empIds
)
{
{
string
sql
=
string
.
Format
(
"call proc_student_static('{0}') "
,
DateStr
);
string
sql
=
string
.
Format
(
"call proc_student_static('{0}') "
,
DateStr
);
var
list
=
Get
<
RB_Student_Static_Extend
>(
sql
);
var
list
=
Get
<
RB_Student_Static_Extend
>(
sql
);
...
...
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