记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
c23c2197
Commit
c23c2197
authored
Oct 27, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+log;
parent
ea4dc549
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CandyCouponDueTaskController.java
...m/controller/candy/task/CandyCouponDueTaskController.java
+3
-3
No files found.
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/controller/candy/task/CandyCouponDueTaskController.java
View file @
c23c2197
...
@@ -85,7 +85,7 @@ public class CandyCouponDueTaskController {
...
@@ -85,7 +85,7 @@ public class CandyCouponDueTaskController {
AtomicInteger
pl
=
new
AtomicInteger
();
AtomicInteger
pl
=
new
AtomicInteger
();
int
remainCount
=
totalCount
;
int
remainCount
=
totalCount
;
int
num
=
0
,
pSize
=
1000
;
int
num
=
0
,
pSize
=
1000
;
log
.
info
(
"券码到期检查处理:兑换码[到期总记录数:{}
] >>> BEGIN BEGIN BEGIN"
,
totalCount
);
log
.
info
(
"券码到期检查处理:兑换码[到期总记录数:{}
,AT:{}] >>> BEGIN BEGIN BEGIN"
,
totalCount
,
now
);
ArrayList
<
CandyCouponCode
>
updateCouponCodeList
=
ObjectUtil
.
getCandyCouponCodeArrayList
();
ArrayList
<
CandyCouponCode
>
updateCouponCodeList
=
ObjectUtil
.
getCandyCouponCodeArrayList
();
couponCodeQueryWrapper
.
select
(
CandyCouponCode:
:
getMid
,
CandyCouponCode:
:
getCcode
);
couponCodeQueryWrapper
.
select
(
CandyCouponCode:
:
getMid
,
CandyCouponCode:
:
getCcode
);
...
@@ -154,7 +154,7 @@ public class CandyCouponDueTaskController {
...
@@ -154,7 +154,7 @@ public class CandyCouponDueTaskController {
commonCouponQueryWrapper
.
eq
(
CandyCommonCoupon:
:
getState
,
1
);
commonCouponQueryWrapper
.
eq
(
CandyCommonCoupon:
:
getState
,
1
);
commonCouponQueryWrapper
.
select
(
CandyCommonCoupon:
:
getMid
,
CandyCommonCoupon:
:
getCcouponId
,
CandyCommonCoupon:
:
getCouponId
);
commonCouponQueryWrapper
.
select
(
CandyCommonCoupon:
:
getMid
,
CandyCommonCoupon:
:
getCcouponId
,
CandyCommonCoupon:
:
getCouponId
);
List
<
CandyCommonCoupon
>
commonCouponList
=
platformCandyCommonCouponService
.
list
(
commonCouponQueryWrapper
);
List
<
CandyCommonCoupon
>
commonCouponList
=
platformCandyCommonCouponService
.
list
(
commonCouponQueryWrapper
);
log
.
info
(
"券到期检查处理:公有券[可用券总数:{}
] >>> BEGIN BEGIN BEGIN"
,
commonCouponList
.
size
()
);
log
.
info
(
"券到期检查处理:公有券[可用券总数:{}
,AT:{}] >>> BEGIN BEGIN BEGIN"
,
commonCouponList
.
size
(),
now
);
if
(!
CollectionUtils
.
isEmpty
(
commonCouponList
))
{
if
(!
CollectionUtils
.
isEmpty
(
commonCouponList
))
{
List
<
CandyCommonCoupon
>
updateCommonCouponList
=
new
ArrayList
<>();
List
<
CandyCommonCoupon
>
updateCommonCouponList
=
new
ArrayList
<>();
...
@@ -244,7 +244,7 @@ public class CandyCouponDueTaskController {
...
@@ -244,7 +244,7 @@ public class CandyCouponDueTaskController {
AtomicInteger
pl
=
new
AtomicInteger
();
AtomicInteger
pl
=
new
AtomicInteger
();
int
remainCount
=
totalCount
;
int
remainCount
=
totalCount
;
int
num
=
0
,
pSize
=
1000
;
int
num
=
0
,
pSize
=
1000
;
log
.
info
(
"券到期检查处理:私有券[到期总记录数:{}
] >>> BEGIN BEGIN BEGIN"
,
totalCount
);
log
.
info
(
"券到期检查处理:私有券[到期总记录数:{}
,AT:{}] >>> BEGIN BEGIN BEGIN"
,
totalCount
,
now
);
ArrayList
<
CandyUserCoupon
>
updateUserCouponList
=
ObjectUtil
.
getCandyUserCouponArrayList
();
ArrayList
<
CandyUserCoupon
>
updateUserCouponList
=
ObjectUtil
.
getCandyUserCouponArrayList
();
userCouponQueryWrapper
.
select
(
CandyUserCoupon:
:
getMid
,
CandyUserCoupon:
:
getUcouponId
);
userCouponQueryWrapper
.
select
(
CandyUserCoupon:
:
getMid
,
CandyUserCoupon:
:
getUcouponId
);
...
...
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