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
5a27c973
Commit
5a27c973
authored
Nov 11, 2020
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/Kui2/mall.oytour.com
parents
3d53db9d
ddcce305
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
OrderModule.cs
Mall.Module.Product/OrderModule.cs
+1
-1
AppletOrderController.cs
Mall.WebApi/Controllers/Product/AppletOrderController.cs
+1
-1
OrderController.cs
Mall.WebApi/Controllers/Product/OrderController.cs
+4
-1
MContentController.cs
Mall.WebApi/Controllers/User/MContentController.cs
+0
-5
No files found.
Mall.Module.Product/OrderModule.cs
View file @
5a27c973
...
@@ -5863,7 +5863,7 @@ namespace Mall.Module.Product
...
@@ -5863,7 +5863,7 @@ namespace Mall.Module.Product
{
{
{
nameof
(
RB_Goods_OrderDetail_Extend
.
ServicepersonalId
),
ServicepersonalId
}
{
nameof
(
RB_Goods_OrderDetail_Extend
.
ServicepersonalId
),
ServicepersonalId
}
};
};
return
goods_OrderDetailRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_Goods_OrderDetail_Extend
.
Goods
Id
),
OrderId
));
return
goods_OrderDetailRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_Goods_OrderDetail_Extend
.
Order
Id
),
OrderId
));
}
}
/// <summary>
/// <summary>
...
...
Mall.WebApi/Controllers/Product/AppletOrderController.cs
View file @
5a27c973
...
@@ -749,7 +749,7 @@ namespace Mall.WebApi.Controllers.MallBase
...
@@ -749,7 +749,7 @@ namespace Mall.WebApi.Controllers.MallBase
}
}
/// <summary>
/// <summary>
///
线下服务下单
///
修改订单线下服务人员
/// </summary>
/// </summary>
/// <returns></returns>
/// <returns></returns>
[
HttpPost
]
[
HttpPost
]
...
...
Mall.WebApi/Controllers/Product/OrderController.cs
View file @
5a27c973
...
@@ -2000,6 +2000,7 @@ namespace Mall.WebApi.Controllers.MallBase
...
@@ -2000,6 +2000,7 @@ namespace Mall.WebApi.Controllers.MallBase
y
.
CoverImagePath
,
y
.
CoverImagePath
,
y
.
OrderType
,
y
.
OrderType
,
OrderTypeName
=
y
.
OrderType
.
GetEnumName
(),
OrderTypeName
=
y
.
OrderType
.
GetEnumName
(),
y
.
GoodsId
,
y
.
GoodsName
,
y
.
GoodsName
,
y
.
ProductCode
,
y
.
ProductCode
,
y
.
Final_Price
,
y
.
Final_Price
,
...
@@ -2031,7 +2032,8 @@ namespace Mall.WebApi.Controllers.MallBase
...
@@ -2031,7 +2032,8 @@ namespace Mall.WebApi.Controllers.MallBase
y
.
ServiceDate
,
y
.
ServiceDate
,
y
.
ServiceTime
,
y
.
ServiceTime
,
y
.
GoodServiceTime
,
y
.
GoodServiceTime
,
y
.
ServicepersonalName
y
.
ServicepersonalName
,
y
.
ServicepersonalId
,
}),
}),
x
.
Consignee
,
x
.
Consignee
,
x
.
Mobile
,
x
.
Mobile
,
...
@@ -2054,6 +2056,7 @@ namespace Mall.WebApi.Controllers.MallBase
...
@@ -2054,6 +2056,7 @@ namespace Mall.WebApi.Controllers.MallBase
x
.
SmallShopsId
,
x
.
SmallShopsId
,
x
.
SmallShopsName
,
x
.
SmallShopsName
,
CreateDate
=
x
.
CreateDate
.
HasValue
?
x
.
CreateDate
.
Value
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
)
:
""
,
CreateDate
=
x
.
CreateDate
.
HasValue
?
x
.
CreateDate
.
Value
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
)
:
""
,
x
.
StoresId
,
x
.
StoreName
,
x
.
StoreName
,
x
.
StoresAddress
,
x
.
StoresAddress
,
});
});
...
...
Mall.WebApi/Controllers/User/MContentController.cs
View file @
5a27c973
using
System
;
using
System
;
using
System.Collections.Generic
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Linq
;
using
System.Threading.Tasks
;
using
Mall.Common.API
;
using
Mall.Common.API
;
using
Mall.Model.Extend.User
;
using
Mall.Model.Extend.User
;
using
Mall.Module.User
;
using
Mall.Module.User
;
...
@@ -10,11 +9,7 @@ using Microsoft.AspNetCore.Cors;
...
@@ -10,11 +9,7 @@ using Microsoft.AspNetCore.Cors;
using
Microsoft.AspNetCore.Mvc
;
using
Microsoft.AspNetCore.Mvc
;
using
Newtonsoft.Json
;
using
Newtonsoft.Json
;
using
Mall.Common.Plugin
;
using
Mall.Common.Plugin
;
using
Mall.Common.Enum.User
;
using
Mall.CacheManager.User
;
using
Newtonsoft.Json.Linq
;
using
Newtonsoft.Json.Linq
;
using
Mall.Common
;
using
Microsoft.AspNetCore.Authorization
;
using
Mall.Model.Entity.User
;
using
Mall.Model.Entity.User
;
using
Mall.AOP
;
using
Mall.AOP
;
using
Mall.Module.BaseSetUp
;
using
Mall.Module.BaseSetUp
;
...
...
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