记得上下班打卡 | 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
8cc7d94a
Commit
8cc7d94a
authored
Dec 09, 2021
by
Administrator
🎨
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pre' into 'master'
Pre See merge request
!130
parents
5d9c858f
eb850cd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PlatformCandyCouponService.java
...atform/service/impl/candy/PlatformCandyCouponService.java
+1
-1
No files found.
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/service/impl/candy/PlatformCandyCouponService.java
View file @
8cc7d94a
...
@@ -215,7 +215,7 @@ public class PlatformCandyCouponService extends ServiceImpl<CandyCouponMapper, C
...
@@ -215,7 +215,7 @@ public class PlatformCandyCouponService extends ServiceImpl<CandyCouponMapper, C
// 会员权益券失效时间duedAt需要同步会员到期时间expiryAt
// 会员权益券失效时间duedAt需要同步会员到期时间expiryAt
Integer
exclusively
=
mgtCoupon
.
getExclusively
();
Integer
exclusively
=
mgtCoupon
.
getExclusively
();
boolean
isMemberRightsCoupon
=
exclusively
==
1
;
boolean
isMemberRightsCoupon
=
exclusively
==
1
;
queryWrapper
.
select
(
AdamUserMember:
:
getUid
).
orderByAsc
(
AdamUserMember:
:
getMid
);
queryWrapper
.
select
(
AdamUserMember:
:
getUid
,
AdamUserMember:
:
getExpiryAt
).
orderByAsc
(
AdamUserMember:
:
getMid
);
while
(
totalCount
>
0
)
{
while
(
totalCount
>
0
)
{
initUserCouponList
.
clear
();
initUserCouponList
.
clear
();
...
...
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