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
998b4dc0
Commit
998b4dc0
authored
3 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
也密西根
parent
74863955
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
RB_Student_BackClass.cs
Edu.Model/Entity/Course/RB_Student_BackClass.cs
+1
-1
StuController.cs
Edu.WebApi/Controllers/Course/StuController.cs
+2
-1
No files found.
Edu.Model/Entity/Course/RB_Student_BackClass.cs
View file @
998b4dc0
...
...
@@ -99,7 +99,7 @@ namespace Edu.Model.Entity.Course
/// <summary>
/// 财务单据id
/// </summary>
public
int
FinanceId
;
public
int
FinanceId
{
get
;
set
;
}
/// <summary>
/// 实体退款金额
...
...
This diff is collapsed.
Click to expand it.
Edu.WebApi/Controllers/Course/StuController.cs
View file @
998b4dc0
...
...
@@ -282,7 +282,7 @@ namespace Edu.WebApi.Controllers.Course
var
model
=
new
RB_Order_Guest_Extend
{
School_Id
=
base
.
ParmJObj
.
GetInt
(
"School_Id"
,
-
1
),
//
School_Id = base.ParmJObj.GetInt("School_Id", -1),
CourseId
=
base
.
ParmJObj
.
GetInt
(
"CourseId"
,
0
),
ClassId
=
base
.
ParmJObj
.
GetInt
(
"ClassId"
,
0
),
GuestName
=
base
.
ParmJObj
.
GetStringValue
(
"GuestName"
),
...
...
@@ -292,6 +292,7 @@ namespace Edu.WebApi.Controllers.Course
JoinType
=
base
.
ParmJObj
.
GetInt
(
"JoinType"
,
0
),
EarlyWarning
=
(
Common
.
Enum
.
Course
.
GuestClassHoursEarlyWarningEnum
)
base
.
ParmJObj
.
GetInt
(
"EarlyWarning"
,
0
),
};
model
.
School_Id
=
-
1
;
try
{
string
OrderTime
=
base
.
ParmJObj
.
GetStringValue
(
"OrderTime"
);
...
...
This diff is collapsed.
Click to expand it.
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