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
ace21744
Commit
ace21744
authored
Sep 07, 2020
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sdzq-ld' of
http://gitlab.oytour.com/Kui2/mall.oytour.com
into sdzq
parents
c29729bc
b81fb3f3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
RB_Goods_Order.cs
Mall.Model/Entity/Product/RB_Goods_Order.cs
+4
-0
AppletOrderController.cs
Mall.WebApi/Controllers/Product/AppletOrderController.cs
+2
-0
GuideCarController.cs
Mall.WebApi/Controllers/Product/GuideCarController.cs
+0
-2
No files found.
Mall.Model/Entity/Product/RB_Goods_Order.cs
View file @
ace21744
...
...
@@ -308,5 +308,9 @@ namespace Mall.Model.Entity.Product
/// 微店id
/// </summary>
public
int
?
SmallShopsId
{
get
;
set
;
}
/// <summary>
/// 订单分类 0正常订单 1司导订单
/// </summary>
public
int
OrderClassify
{
get
;
set
;
}
}
}
Mall.WebApi/Controllers/Product/AppletOrderController.cs
View file @
ace21744
...
...
@@ -502,6 +502,7 @@ namespace Mall.WebApi.Controllers.MallBase
demodel
.
UpdateDate
=
DateTime
.
Now
;
demodel
.
UserId
=
userInfo
.
UserId
;
demodel
.
SmallShopsId
=
req
.
SmallShopsId
;
demodel
.
OrderClassify
=
0
;
#
endregion
return
orderModule
.
SetAppletGoodsOrderInfo
(
demodel
);
...
...
@@ -582,6 +583,7 @@ namespace Mall.WebApi.Controllers.MallBase
demodel
.
UpdateDate
=
DateTime
.
Now
;
demodel
.
UserId
=
userInfo
.
UserId
;
demodel
.
SmallShopsId
=
req
.
SmallShopsId
;
demodel
.
OrderClassify
=
1
;
#
endregion
return
orderModule
.
SetAppletSDGoodsOrderInfo
(
demodel
);
...
...
Mall.WebApi/Controllers/Product/GuideCarController.cs
View file @
ace21744
...
...
@@ -789,8 +789,6 @@ namespace Mall.WebApi.Controllers.MallBase
}
#
endregion
#
region
站点配置
/// <summary>
/// 列表
...
...
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