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
2cb2e256
Commit
2cb2e256
authored
Sep 10, 2020
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
0e588ea5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
GuideCarModule.cs
Mall.Module.Product/GuideCarModule.cs
+4
-2
RB_Goods_OrderDetailRepository.cs
Mall.Repository/Product/RB_Goods_OrderDetailRepository.cs
+4
-0
GuideCarController.cs
Mall.WebApi/Controllers/Product/GuideCarController.cs
+1
-1
No files found.
Mall.Module.Product/GuideCarModule.cs
View file @
2cb2e256
...
@@ -3763,7 +3763,7 @@ namespace Mall.Module.Product
...
@@ -3763,7 +3763,7 @@ namespace Mall.Module.Product
//订单状态
//订单状态
List
<
RB_Goods_Order_Extend
>
olist
=
goods_OrderRepository
.
GetAppletGoodsOrderNumStatistics
(
userId
,
tenantId
,
mallBaseId
);
List
<
RB_Goods_Order_Extend
>
olist
=
goods_OrderRepository
.
GetAppletGoodsOrderNumStatistics
(
userId
,
tenantId
,
mallBaseId
);
//待评价
//待评价
int
WaitCommentNum
=
goods_OrderRepository
.
GetAppletGoodsOrderWaitCommentNum
(
userId
,
tenantId
,
mallBaseId
,
1
);
int
WaitCommentNum
=
goods_OrderRepository
.
GetAppletGoodsOrderWaitCommentNum
(
userId
,
tenantId
,
mallBaseId
,
1
);
//售后处理中
//售后处理中
int
AfterSaleNum
=
goods_OrderRepository
.
GetAppletGoodsOrderAfterSaleNum
(
userId
,
tenantId
,
mallBaseId
);
int
AfterSaleNum
=
goods_OrderRepository
.
GetAppletGoodsOrderAfterSaleNum
(
userId
,
tenantId
,
mallBaseId
);
...
@@ -3872,7 +3872,9 @@ namespace Mall.Module.Product
...
@@ -3872,7 +3872,9 @@ namespace Mall.Module.Product
x
.
GuidePhoto
,
x
.
GuidePhoto
,
x
.
GuideScore
,
x
.
GuideScore
,
x
.
GuideTelephone
,
x
.
GuideTelephone
,
x
.
GuideWorkYears
x
.
GuideWorkYears
,
x
.
CarId
,
x
.
GuideId
}),
}),
model
.
IsApplyForCancel
,
model
.
IsApplyForCancel
,
model
.
RejectRemark
,
model
.
RejectRemark
,
...
...
Mall.Repository/Product/RB_Goods_OrderDetailRepository.cs
View file @
2cb2e256
...
@@ -558,6 +558,10 @@ where {where} order by o.CreateDate desc";
...
@@ -558,6 +558,10 @@ where {where} order by o.CreateDate desc";
{
{
where
+=
$@" and a.
{
nameof
(
RB_Goods_OrderDetail
.
OrderId
)}
=
{
dmodel
.
OrderId
}
"
;
where
+=
$@" and a.
{
nameof
(
RB_Goods_OrderDetail
.
OrderId
)}
=
{
dmodel
.
OrderId
}
"
;
}
}
if
(
dmodel
.
OrderClassify
>
-
1
)
{
where
+=
$@" and o.
{
nameof
(
RB_Goods_Order
.
OrderClassify
)}
=
{
dmodel
.
OrderClassify
}
"
;
}
if
(
dmodel
.
OrderType
>
0
)
if
(
dmodel
.
OrderType
>
0
)
{
{
where
+=
$@" and a.
{
nameof
(
RB_Goods_OrderDetail
.
OrderType
)}
=
{(
int
)
dmodel
.
OrderType
}
"
;
where
+=
$@" and a.
{
nameof
(
RB_Goods_OrderDetail
.
OrderType
)}
=
{(
int
)
dmodel
.
OrderType
}
"
;
...
...
Mall.WebApi/Controllers/Product/GuideCarController.cs
View file @
2cb2e256
...
@@ -1205,7 +1205,7 @@ namespace Mall.WebApi.Controllers.MallBase
...
@@ -1205,7 +1205,7 @@ namespace Mall.WebApi.Controllers.MallBase
}
}
if
(
string
.
IsNullOrWhiteSpace
(
query
.
Introduction
))
if
(
string
.
IsNullOrWhiteSpace
(
query
.
Introduction
))
{
{
return
ApiResult
.
Failed
(
"请输入
间接
"
);
return
ApiResult
.
Failed
(
"请输入
简介
"
);
}
}
query
.
TenantId
=
UserInfo
.
TenantId
;
query
.
TenantId
=
UserInfo
.
TenantId
;
...
...
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