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
1
Download as
Plain Diff
Browse Files
Authored by
LUOXC
2019-07-29 19:36:11 +0800
Commit
8f5896d941219fdd01997ca5596f2903c76bf6d0
2 parents
78c9f3a2
34c82eb3
Merge branch 'master' into hotfix_支付宝黑名单
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 @
8f5896d
...
...
@@ -406,6 +406,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
;
}
// 可上架数量
...
...
LUOXC
@luoxiuchun
2019-07-29 14:13:32 UTC
Master
mentioned in commit
909eaf1a
Please
register
or
login
to post a comment