Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
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
黄奎
mall.oytour.com
Commits
ef021121
Commit
ef021121
authored
Aug 20, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
36ec6b1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
OrderController.cs
Mall.WebApi/Controllers/Product/OrderController.cs
+19
-1
No files found.
Mall.WebApi/Controllers/Product/OrderController.cs
View file @
ef021121
...
...
@@ -54,8 +54,26 @@ namespace Mall.WebApi.Controllers.MallBase
public
ApiResult
GetGoodsOrderPageList
()
{
var
parms
=
RequestParm
;
JObject
newParms
=
JObject
.
Parse
(
RequestParm
.
msg
.
ToString
());
ResultPageModel
pagelist
=
JsonConvert
.
DeserializeObject
<
ResultPageModel
>(
parms
.
msg
.
ToString
());
RB_Goods_Order_Extend
demodel
=
JsonConvert
.
DeserializeObject
<
RB_Goods_Order_Extend
>(
parms
.
msg
.
ToString
());
RB_Goods_Order_Extend
demodel
=
new
RB_Goods_Order_Extend
()
{
UserName
=
newParms
.
GetStringValue
(
"UserName"
),
OrderSource
=
(
UserSourceEnum
)
newParms
.
GetInt
(
"OrderSource"
),
OrderType
=
newParms
.
GetInt
(
"OrderType"
),
DeliveryMethod
=
(
OrderDeliveryMethodEnum
)
newParms
.
GetInt
(
"DeliveryMethod"
),
OrderId
=
newParms
.
GetInt
(
"OrderId"
),
StartTime
=
newParms
.
GetStringValue
(
"StartTime"
),
EndTime
=
newParms
.
GetStringValue
(
"EndTime"
),
OrderStatus
=
(
OrderStatusEnum
)
newParms
.
GetInt
(
"OrderStatus"
),
OrderNo
=
newParms
.
GetStringValue
(
"OrderNo"
),
MerchantsNo
=
newParms
.
GetStringValue
(
"MerchantsNo"
),
UserId
=
newParms
.
GetInt
(
"UserId"
),
GoodsName
=
newParms
.
GetStringValue
(
"GoodsName"
),
Consignee
=
newParms
.
GetStringValue
(
"Consignee"
),
Recycled
=
newParms
.
GetInt
(
"Recycled"
),
AnchorName
=
newParms
.
GetStringValue
(
"AnchorName"
),
};
demodel
.
TenantId
=
parms
.
TenantId
;
demodel
.
MallBaseId
=
parms
.
MallBaseId
;
...
...
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