Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
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
pseer
gxpt_ht
Commits
15ebf20c
Commit
15ebf20c
authored
Mar 19, 2024
by
YG8999
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
ae973707
4238e7b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
CouponRetryTask.java
...artz/src/main/java/share/quartz/task/CouponRetryTask.java
+1
-3
No files found.
share-quartz/src/main/java/share/quartz/task/CouponRetryTask.java
View file @
15ebf20c
...
...
@@ -86,15 +86,13 @@ public class CouponRetryTask {
if
(
item
.
getPlatformType
().
equals
(
PlatformTypeEnum
.
MEITUAN
.
getCode
()))
{
String
openShopUuid
=
finalList
.
stream
().
filter
(
store
->
store
.
getId
().
equals
(
item
.
getStoreId
())).
findFirst
().
get
().
getOpenShopUuid
();
TuangouReceiptGetConsumedReponseEntity
getconsumed
=
qpService
.
getconsumed
(
item
.
getCouponCode
(),
openShopUuid
);
System
.
out
.
println
(
getconsumed
);
if
(!
ObjectUtils
.
isEmpty
(
getconsumed
))
{
item
.
setCouponPayPrice
(
BigDecimal
.
valueOf
(
getconsumed
.
getDeal_price
()));
sConsumerCouponList
.
add
(
item
);
logger
.
info
(
"美团优惠卷购买金额为:"
+
item
.
getCouponPayPrice
());
}
else
{
item
.
setUseStatus
(
UserStatusEnum
.
EXPIRED
.
getCode
());
}
sConsumerCouponList
.
add
(
item
);
}
if
(
item
.
getPlatformType
().
equals
(
PlatformTypeEnum
.
TIKTOK
.
getCode
()))
{
JSONObject
data
=
tiktokService
.
certificateGet
(
item
.
getEncryptedCode
());
...
...
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