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
chenchao
5 years ago
Commit
43df32cecae68ed093b86816594cc5e67e27fabc
1 parent
95456d06
wrong setting
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
order/src/main/java/com/yohoufo/order/service/proxy/SellerNoticeFacade.java
order/src/main/java/com/yohoufo/order/service/proxy/SellerNoticeFacade.java
View file @
43df32c
...
...
@@ -241,7 +241,7 @@ public class SellerNoticeFacade extends BaseNoticeFacade {
};
//uid not used in push method of baseNoticeFacade
newNotice
(
sellerUid
).
withLogPrefix
(
"pushMsg2BuyerWhenSellerChangePrice"
)
.
needSend
Push
(
false
)
.
needSend
Inbox
(
false
)
.
needSendSms
(
false
)
.
withPush
(
supplier
).
send
();
}
...
...
Please
register
or
login
to post a comment