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
e7bcc1fc
Commit
e7bcc1fc
authored
Dec 31, 2021
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5351d705
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
FinanceConfigTypeEnum.cs
Edu.Common/Enum/Course/FinanceConfigTypeEnum.cs
+6
-1
FinanceModule.cs
Edu.Module.Finance/FinanceModule.cs
+12
-0
StudyAbroadController.cs
Edu.WebApi/Controllers/StudyAbroad/StudyAbroadController.cs
+1
-0
No files found.
Edu.Common/Enum/Course/FinanceConfigTypeEnum.cs
View file @
e7bcc1fc
...
...
@@ -75,6 +75,11 @@ namespace Edu.Common.Enum.Course
/// 教育同业幸福存折
/// </summary>
[
EnumField
(
"教育同业幸福存折"
)]
HappinessPassbook
=
12
HappinessPassbook
=
12
,
/// <summary>
/// 其他耗材出库
/// </summary>
[
EnumField
(
"其他耗材出库"
)]
OtherSuppliesStockOut
=
13
}
}
Edu.Module.Finance/FinanceModule.cs
View file @
e7bcc1fc
...
...
@@ -599,6 +599,18 @@ namespace Edu.Module.Finance
}
#
endregion
#
region
试听课程
var
rclist
=
reserve_ClassRepository
.
GetReserveClassListRepository
(
new
Model
.
ViewModel
.
Reserve
.
RB_Reserve_Class_Extend
()
{
Group_Id
=
GroupId
,
StartClassDate
=
STime
,
EndClassDate
=
ETime
});
if
(
rclist
.
Any
())
{
string
rclassIds
=
string
.
Join
(
","
,
rclist
.
Select
(
x
=>
x
.
ReserveClassId
));
//查询班级下所有的财务单据
FAllList
=
RB_FinanceRepository
.
GetDataStatisticsListThree
(
new
RB_Finance_Extend
()
{
RB_Group_Id
=
GroupId
,
TCIDStr
=
rclassIds
,
OrderSource
=
OrderResourceEnum
.
ReserveClass
});
}
#
endregion
var
fumodel
=
edu_UpdateRecordRepository
.
GetList
(
new
RB_Report_UpdateRecord
()
{
Type
=
1
}).
FirstOrDefault
();
if
(
fumodel
!=
null
)
{
...
...
Edu.WebApi/Controllers/StudyAbroad/StudyAbroadController.cs
View file @
e7bcc1fc
...
...
@@ -573,6 +573,7 @@ namespace Edu.WebApi.Controllers.StudyAbroad
extModel
.
ImgCover
,
extModel
.
ProductType
,
extModel
.
StudyFeature
,
extModel
.
StudyCountryId
,
extModel
.
B2CRatio
,
extModel
.
B2CReNewRatio
,
extModel
.
B2BRebateRatio
,
...
...
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