记得上下班打卡 | 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
65a64a6e
Commit
65a64a6e
authored
Oct 13, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:兑换券bind_at赋值调整;
parent
03d9755f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CandyUserCouponBasicDto.java
.../liquidnet/service/candy/dto/CandyUserCouponBasicDto.java
+1
-1
CandyCouponServiceImpl.java
...et/service/candy/service/impl/CandyCouponServiceImpl.java
+1
-1
No files found.
liquidnet-bus-do/liquidnet-service-candy-do/src/main/java/com/liquidnet/service/candy/dto/CandyUserCouponBasicDto.java
View file @
65a64a6e
...
@@ -131,7 +131,7 @@ public class CandyUserCouponBasicDto implements Serializable, Cloneable {
...
@@ -131,7 +131,7 @@ public class CandyUserCouponBasicDto implements Serializable, Cloneable {
this
.
setCcode
(
cCode
);
this
.
setCcode
(
cCode
);
this
.
setState
(
1
);
this
.
setState
(
1
);
this
.
setBindAt
(
LocalDateTime
.
now
());
this
.
setBindAt
(
couponInfoDto
.
getEffectAt
());
this
.
setDuedAt
(
duedAt
);
this
.
setDuedAt
(
duedAt
);
this
.
setUseRules
(
couponInfoDto
.
getUseRules
());
this
.
setUseRules
(
couponInfoDto
.
getUseRules
());
...
...
liquidnet-bus-service/liquidnet-service-candy/liquidnet-service-candy-impl/src/main/java/com/liquidnet/service/candy/service/impl/CandyCouponServiceImpl.java
View file @
65a64a6e
...
@@ -482,7 +482,7 @@ public class CandyCouponServiceImpl implements ICandyCouponService {
...
@@ -482,7 +482,7 @@ public class CandyCouponServiceImpl implements ICandyCouponService {
LinkedList
<
Object
[]>
objsUserCoupon
=
CollectionUtil
.
linkedListObjectArr
(),
LinkedList
<
Object
[]>
objsUserCoupon
=
CollectionUtil
.
linkedListObjectArr
(),
objsCouponCode
=
CollectionUtil
.
linkedListObjectArr
();
objsCouponCode
=
CollectionUtil
.
linkedListObjectArr
();
toMqSqls
.
add
(
SqlMapping
.
get
(
"candy_coupon.receive"
));
toMqSqls
.
add
(
SqlMapping
.
get
(
"candy_coupon.receive"
));
objsUserCoupon
.
add
(
new
Object
[]{
uCouponId
,
uid
,
1
,
infoDto
.
getCouponId
(),
ccode
,
now
,
now
,
infoDto
.
getExpireAt
()});
objsUserCoupon
.
add
(
new
Object
[]{
uCouponId
,
uid
,
1
,
infoDto
.
getCouponId
(),
ccode
,
infoDto
.
getEffectAt
()
,
now
,
infoDto
.
getExpireAt
()});
toMqSqls
.
add
(
SqlMapping
.
get
(
"candy_coupon_code.receive"
));
// state:状态[0-可用|1-已用]
toMqSqls
.
add
(
SqlMapping
.
get
(
"candy_coupon_code.receive"
));
// state:状态[0-可用|1-已用]
objsCouponCode
.
add
(
new
Object
[]{
1
,
uCouponId
,
uid
,
mobile
,
now
,
now
,
dto
.
getCouponId
(),
ccode
});
objsCouponCode
.
add
(
new
Object
[]{
1
,
uCouponId
,
uid
,
mobile
,
now
,
now
,
dto
.
getCouponId
(),
ccode
});
queueUtils
.
sendMsgByRedis
(
queueUtils
.
sendMsgByRedis
(
...
...
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