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
65fbda6e
Commit
65fbda6e
authored
Nov 08, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
55fce26a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
FinanceController.cs
Edu.WebApi/Controllers/Finance/FinanceController.cs
+22
-2
No files found.
Edu.WebApi/Controllers/Finance/FinanceController.cs
View file @
65fbda6e
...
...
@@ -1356,8 +1356,28 @@ namespace Edu.WebApi.Controllers.Finance
public
ApiResult
GetOrderStudentClassHoursPageList
()
{
var
userInfo
=
base
.
UserInfo
;
var
pageModel
=
JsonHelper
.
DeserializeObject
<
ResultPageModel
>(
RequestParm
.
Msg
.
ToString
());
var
dmodel
=
JsonHelper
.
DeserializeObject
<
RB_Education_Contract_ViewModel
>(
RequestParm
.
Msg
.
ToString
());
var
pageModel
=
new
ResultPageModel
()
{
PageIndex
=
base
.
ParmJObj
.
GetInt
(
"pageIndex"
),
PageSize
=
base
.
ParmJObj
.
GetInt
(
"pageSize"
),
};
var
dmodel
=
new
RB_Education_Contract_ViewModel
()
{
OrderId
=
base
.
ParmJObj
.
GetInt
(
"OrderId"
),
ContractNo
=
base
.
ParmJObj
.
GetStringValue
(
"ContractNo"
),
StudentName
=
base
.
ParmJObj
.
GetStringValue
(
"StudentName"
),
ClassName
=
base
.
ParmJObj
.
GetStringValue
(
"ClassName"
),
CourseName
=
base
.
ParmJObj
.
GetStringValue
(
"CourseName"
),
CreateBy
=
base
.
ParmJObj
.
GetInt
(
"CreateBy"
),
FinanceId
=
base
.
ParmJObj
.
GetInt
(
"FinanceId"
),
TradeWay
=
base
.
ParmJObj
.
GetInt
(
"TradeWay"
),
AccountId
=
base
.
ParmJObj
.
GetInt
(
"AccountId"
),
StartTime
=
base
.
ParmJObj
.
GetStringValue
(
"StartTime"
),
EndTime
=
base
.
ParmJObj
.
GetStringValue
(
"EndTime"
),
XFStartTime
=
base
.
ParmJObj
.
GetStringValue
(
"XFStartTime"
),
XFEndTime
=
base
.
ParmJObj
.
GetStringValue
(
"XFEndTime"
),
};
dmodel
.
Group_Id
=
userInfo
.
Group_Id
;
dmodel
.
CType
=
Common
.
Enum
.
Course
.
ContractTypeEnum
.
Train
;
//这里只看培训的
...
...
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