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
d6024745
Commit
d6024745
authored
Sep 11, 2020
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
2cb2e256
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
RB_Goods_Extend.cs
Mall.Model/Extend/Product/RB_Goods_Extend.cs
+5
-0
AppletGuideCarController.cs
Mall.WebApi/Controllers/Product/AppletGuideCarController.cs
+1
-0
GuideCarController.cs
Mall.WebApi/Controllers/Product/GuideCarController.cs
+1
-0
No files found.
Mall.Model/Extend/Product/RB_Goods_Extend.cs
View file @
d6024745
...
...
@@ -102,6 +102,11 @@ namespace Mall.Model.Extend.Product
/// </summary>
public
int
RegionId
{
get
;
set
;
}
/// <summary>
/// 车辆型号
/// </summary>
public
string
GuideCarType
{
get
;
set
;
}
#
endregion
/// <summary>
...
...
Mall.WebApi/Controllers/Product/AppletGuideCarController.cs
View file @
d6024745
...
...
@@ -280,6 +280,7 @@ namespace Mall.WebApi.Controllers.Product
name
=
model
.
Name
,
cover_pic
=
model
.
CoverImage
,
video_url
=
model
.
VideoAddress
,
guidecartype
=
model
.
GuideCarType
,
original_price
=
model
.
OriginalPrice
,
unit
=
model
.
Unit
,
page_url
=
"/pages/goods/goods?id="
+
model
.
Id
,
...
...
Mall.WebApi/Controllers/Product/GuideCarController.cs
View file @
d6024745
...
...
@@ -1140,6 +1140,7 @@ namespace Mall.WebApi.Controllers.MallBase
var
query
=
JsonConvert
.
DeserializeObject
<
RB_GuideCar_Guide_Extend
>(
RequestParm
.
msg
.
ToString
());
query
.
TenantId
=
UserInfo
.
TenantId
;
query
.
MallBaseId
=
parms
.
MallBaseId
;
query
.
IsEnable
=
-
1
;
var
oldLogisticsModel
=
guideCarModule
.
GetGuideCarGuideModel
(
query
);
if
(
oldLogisticsModel
==
null
)
{
...
...
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