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
fc3d63a0
Commit
fc3d63a0
authored
Jan 10, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/Kui2/education
parents
8757fdb4
a6df4f52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
FinanceModule.cs
Edu.Module.Finance/FinanceModule.cs
+2
-2
No files found.
Edu.Module.Finance/FinanceModule.cs
View file @
fc3d63a0
...
...
@@ -3518,7 +3518,7 @@ namespace Edu.Module.Finance
var
rclist
=
new
List
<
Model
.
ViewModel
.
Reserve
.
RB_Reserve_Class_Extend
>();
if
(
pageSize
==
1000
||
pageSize
==
10000
)
{
//查询试听课
rclist
=
reserve_ClassRepository
.
GetTeacherHoursDetialList
(
teacherId
.
ToString
()
,
schoolId
,
0
,
startMonth
,
endMonth
,
groupId
);
rclist
=
reserve_ClassRepository
.
GetTeacherHoursDetialList
(
teacherId
>
0
?
teacherId
.
ToString
()
:
""
,
schoolId
,
0
,
startMonth
,
endMonth
,
groupId
);
}
if
(
list
.
Any
()
||
rclist
.
Any
())
{
//班级类型查询
...
...
@@ -3669,7 +3669,7 @@ namespace Edu.Module.Finance
//根据学生签到表 查询
var
list
=
class_CheckRepository
.
GetTeacherConsumptionHoursDetialList
(
teacherId
.
ToString
(),
schoolId
,
classId
,
startMonth
,
endMonth
,
groupId
);
//查询试听课
var
rclist
=
reserve_ClassRepository
.
GetTeacherHoursDetialList
(
teacherId
.
ToString
()
,
schoolId
,
0
,
startMonth
,
endMonth
,
groupId
);
var
rclist
=
reserve_ClassRepository
.
GetTeacherHoursDetialList
(
teacherId
>
0
?
teacherId
.
ToString
()
:
""
,
schoolId
,
0
,
startMonth
,
endMonth
,
groupId
);
if
(
list
.
Any
()
||
rclist
.
Any
())
{
//班级类型查询
...
...
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