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
98c98bca
Commit
98c98bca
authored
Apr 07, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c0833b6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ScrollClassCommonModule.cs
Edu.Module.Course/ScrollClassCommonModule.cs
+1
-1
SellCommissionModule.cs
Edu.Module.Course/SellCommissionModule.cs
+2
-0
No files found.
Edu.Module.Course/ScrollClassCommonModule.cs
View file @
98c98bca
...
...
@@ -128,7 +128,7 @@ namespace Edu.Module.Course
CommissionValue
=
0
,
ClassHours
=
(
int
)
item
.
ClassHours
,
ClassStyle
=
0
,
ClassStatus
=
Common
.
Enum
.
Course
.
ClassStatusEnum
.
NonOpenClass
,
ClassStatus
=
Common
.
Enum
.
Course
.
ClassStatusEnum
.
StudyIng
,
InnerRemark
=
""
,
OutRemark
=
""
,
CompleteProgress
=
0
,
...
...
Edu.Module.Course/SellCommissionModule.cs
View file @
98c98bca
...
...
@@ -461,6 +461,8 @@ namespace Edu.Module.Course
#
region
查询内部班
var
courseList
=
courseRepository
.
GetCourseListRepository
(
new
RB_Course_ViewModel
()
{
Group_Id
=
userInfo
.
Group_Id
,
CourseName
=
"内部班"
});
string
courseIds
=
string
.
Join
(
","
,
courseList
.
Select
(
x
=>
x
.
CourseId
));
courseIds
+=
",16"
;
//增加 领队日语 (不参与提成)
#
endregion
string
EnableDate
=
Config
.
NewAchievementsEnable
;
//新提成启用时间
...
...
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