Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
Overview
Overview
Details
Activity
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
huluobin
gogirl-miniapp-backend
Commits
b49c4990
Commit
b49c4990
authored
Jul 01, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自取订单 根据店铺过滤
parent
a528a06f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
MallOrderServiceImpl.java
...irl/application/order/mall/impl/MallOrderServiceImpl.java
+2
-0
No files found.
src/main/java/com/gogirl/application/order/mall/impl/MallOrderServiceImpl.java
View file @
b49c4990
...
...
@@ -407,6 +407,8 @@ public class MallOrderServiceImpl extends ServiceImpl<MallOrderMapper, MallOrder
wrapper
.
in
(
MallOrder:
:
getStatus
,
MallOrder
.
STATUS_UN_SHIP
,
MallOrder
.
STATUS_SIGNED
);
wrapper
.
eq
(
MallOrder:
:
getTransportMode
,
MallOrder
.
TRANSPORT_MODE_SELF_TAKE
);
wrapper
.
eq
(
MallOrder:
:
getSelfTakeDepartmentId
,
SessionUtils
.
getTechnicianToken
().
getDepartmentId
());
List
<
StoreManage
>
storeManageList
=
storeManageMapper
.
selectList
(
new
LambdaQueryWrapper
<
StoreManage
>()
.
eq
(
StoreManage:
:
getMasterUserId
,
SessionUtils
.
getTechnicianId
()));
if
(
ListUtil
.
isNotEmpty
(
storeManageList
))
{
...
...
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