记得上下班打卡 | 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
14dda551
Commit
14dda551
authored
Mar 05, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 离线ar数据 券相关字段
parent
3f0ea228
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
TempCouponDto.java
.../java/com/liquidnet/service/goblin/dto/TempCouponDto.java
+1
-1
TempCouponVo.java
...ava/com/liquidnet/service/goblin/dto/vo/TempCouponVo.java
+1
-1
GoblinInnerServiceImpl.java
...ice/goblin/service/impl/inner/GoblinInnerServiceImpl.java
+3
-3
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/TempCouponDto.java
View file @
14dda551
...
@@ -19,7 +19,7 @@ public class TempCouponDto implements Cloneable {
...
@@ -19,7 +19,7 @@ public class TempCouponDto implements Cloneable {
@ApiModelProperty
(
position
=
5
,
value
=
"优惠价格"
)
@ApiModelProperty
(
position
=
5
,
value
=
"优惠价格"
)
private
BigDecimal
value
;
private
BigDecimal
value
;
@ApiModelProperty
(
position
=
6
,
value
=
"券组id[领券用]"
)
@ApiModelProperty
(
position
=
6
,
value
=
"券组id[领券用]"
)
private
String
uc
ouponId
;
private
String
storeC
ouponId
;
@ApiModelProperty
(
position
=
7
,
value
=
"是否默认用券"
)
@ApiModelProperty
(
position
=
7
,
value
=
"是否默认用券"
)
private
int
isDefault
;
private
int
isDefault
;
...
...
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/TempCouponVo.java
View file @
14dda551
...
@@ -19,7 +19,7 @@ public class TempCouponVo implements Cloneable{
...
@@ -19,7 +19,7 @@ public class TempCouponVo implements Cloneable{
@ApiModelProperty
(
position
=
5
,
value
=
"优惠价格"
)
@ApiModelProperty
(
position
=
5
,
value
=
"优惠价格"
)
private
BigDecimal
value
;
private
BigDecimal
value
;
@ApiModelProperty
(
position
=
6
,
value
=
"券组id[领券用]"
)
@ApiModelProperty
(
position
=
6
,
value
=
"券组id[领券用]"
)
private
String
uc
ouponId
;
private
String
storeC
ouponId
;
@ApiModelProperty
(
position
=
7
,
value
=
"是否默认用券"
)
@ApiModelProperty
(
position
=
7
,
value
=
"是否默认用券"
)
private
int
isDefault
;
private
int
isDefault
;
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/service/impl/inner/GoblinInnerServiceImpl.java
View file @
14dda551
...
@@ -44,9 +44,9 @@ public class GoblinInnerServiceImpl implements IGoblinInnerService {
...
@@ -44,9 +44,9 @@ public class GoblinInnerServiceImpl implements IGoblinInnerService {
vo
.
setValue
(
data
.
getValue
());
vo
.
setValue
(
data
.
getValue
());
vo
.
setIsDefault
(
data
.
getIsDefault
());
vo
.
setIsDefault
(
data
.
getIsDefault
());
vo
.
setSpuIdList
(
spuList
);
vo
.
setSpuIdList
(
spuList
);
vo
.
set
UcouponId
(
data
.
getUc
ouponId
());
vo
.
set
StoreCouponId
(
data
.
getStoreC
ouponId
());
redisUtils
.
addMarketTempCoupon
(
performanceId
,
vo
.
get
Uc
ouponId
());
redisUtils
.
addMarketTempCoupon
(
performanceId
,
vo
.
get
StoreC
ouponId
());
redisUtils
.
setTempCoupon
(
vo
.
get
Uc
ouponId
(),
vo
);
redisUtils
.
setTempCoupon
(
vo
.
get
StoreC
ouponId
(),
vo
);
}
}
})).
sheet
().
doRead
();
})).
sheet
().
doRead
();
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
...
...
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