Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_backend
Commits
1923a975
Commit
1923a975
authored
Jun 04, 2024
by
shiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拍卖订单生成2
parent
f96542e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
18 deletions
+19
-18
ch-wx-api/src/main/java/com/wwdz/ch/wx/impl/distribution/DistributionOrderServiceImpl.java
...ch/wx/impl/distribution/DistributionOrderServiceImpl.java
+19
-18
No files found.
ch-wx-api/src/main/java/com/wwdz/ch/wx/impl/distribution/DistributionOrderServiceImpl.java
View file @
1923a975
...
@@ -351,6 +351,7 @@ public class DistributionOrderServiceImpl implements DistributionOrderService {
...
@@ -351,6 +351,7 @@ public class DistributionOrderServiceImpl implements DistributionOrderService {
aliSmsSender
.
sendSms
(
auctionRecord
.
getUserId
(),
msg
);
aliSmsSender
.
sendSms
(
auctionRecord
.
getUserId
(),
msg
);
}
}
//给中拍用户对应分销商发消息
//给中拍用户对应分销商发消息
if
(
distributionOrder
.
getSellerId
()
!=
null
&&
distributionOrder
.
getSellerId
()
!=
CommConsts
.
SYSTEM_ACCOUNT
)
{
String
lastOpenId
=
sendMsgService
.
getOpenIdByUserId
(
distributionOrder
.
getSellerId
());
String
lastOpenId
=
sendMsgService
.
getOpenIdByUserId
(
distributionOrder
.
getSellerId
());
if
(
com
.
xxdxxs
.
utils
.
StringUtils
.
hasLength
(
lastOpenId
))
{
if
(
com
.
xxdxxs
.
utils
.
StringUtils
.
hasLength
(
lastOpenId
))
{
AuctionOfferNoticeMsg
auctionOfferNoticeMsg
=
new
AuctionOfferNoticeMsg
();
AuctionOfferNoticeMsg
auctionOfferNoticeMsg
=
new
AuctionOfferNoticeMsg
();
...
@@ -374,7 +375,7 @@ public class DistributionOrderServiceImpl implements DistributionOrderService {
...
@@ -374,7 +375,7 @@ public class DistributionOrderServiceImpl implements DistributionOrderService {
"元,您预计获得利润"
+
PriceUtil
.
convertDoubleToString
(
Math
.
floor
(
profit
))
+
"元。请前往"
+
url
+
"查看"
;
"元,您预计获得利润"
+
PriceUtil
.
convertDoubleToString
(
Math
.
floor
(
profit
))
+
"元。请前往"
+
url
+
"查看"
;
aliSmsSender
.
sendSms
(
distributionOrder
.
getSellerId
(),
msg
);
aliSmsSender
.
sendSms
(
distributionOrder
.
getSellerId
(),
msg
);
}
}
}
return
Result
.
success
(
map
);
return
Result
.
success
(
map
);
}
else
{
}
else
{
return
Result
.
failed
(
"稍后再试"
);
return
Result
.
failed
(
"稍后再试"
);
...
...
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