Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
2019-07-29 19:36:11 +0800
Commit
909eaf1afbb14aadac453f81893a63d605d3979b
1 parent
16539fd5
Merge branch 'master' into hotfix_支付宝黑名单
(cherry picked from commit
8f5896d9
)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
order/src/main/java/com/yohoufo/order/service/impl/DepositServiceImpl.java
order/src/main/java/com/yohoufo/order/service/impl/DepositServiceImpl.java
View file @
909eaf1
...
...
@@ -388,6 +388,7 @@ public class DepositServiceImpl implements DepositService {
storageDepositMapper
.
insert
(
sd
);
autoTransfer
(
orderCode
,
newUid
);
clearCache
(
uid
,
sd
.
getProductId
(),
sd
.
getStorageId
());
clearCache
(
newUid
,
sd
.
getProductId
(),
sd
.
getStorageId
());
return
true
;
}
// 可上架数量
...
...
Please
register
or
login
to post a comment