记得上下班打卡 | 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
1d11497e
Commit
1d11497e
authored
Jan 04, 2022
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pre' into 'master'
Pre See merge request
!154
parents
f207d622
f4c0081e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
PlatformCandyUserCouponService.java
...rm/service/impl/candy/PlatformCandyUserCouponService.java
+4
-2
SweetWechatMaoDengController.java
...ervice/sweet/controller/SweetWechatMaoDengController.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/PlatformCandyUserCouponService.java
View file @
1d11497e
...
@@ -71,8 +71,8 @@ public class PlatformCandyUserCouponService extends ServiceImpl<CandyUserCouponM
...
@@ -71,8 +71,8 @@ public class PlatformCandyUserCouponService extends ServiceImpl<CandyUserCouponM
}
}
public
List
<
CandyUserCouponBasicDto
>
ucouponBasicDtoByUidProcessing
(
String
uid
)
{
public
List
<
CandyUserCouponBasicDto
>
ucouponBasicDtoByUidProcessing
(
String
uid
)
{
AbstractRedisUtil
redis
CandyUtil
=
redisDataSourceUtil
.
getRedisCandy
Util
();
AbstractRedisUtil
redis
AdamUtil
=
redisDataSourceUtil
.
getRedisAdam
Util
();
if
(
null
==
redis
Candy
Util
.
get
(
AdamRedisConst
.
INFO_USER
.
concat
(
uid
)))
return
null
;
if
(
null
==
redis
Adam
Util
.
get
(
AdamRedisConst
.
INFO_USER
.
concat
(
uid
)))
return
null
;
List
<
CandyUserCouponBasicDto
>
basicDtoList
=
candyUserCouponMapper
.
selectMultiForUserCouponBasicDto
(
uid
);
List
<
CandyUserCouponBasicDto
>
basicDtoList
=
candyUserCouponMapper
.
selectMultiForUserCouponBasicDto
(
uid
);
if
(!
CollectionUtils
.
isEmpty
(
basicDtoList
))
{
if
(!
CollectionUtils
.
isEmpty
(
basicDtoList
))
{
...
@@ -88,6 +88,8 @@ public class PlatformCandyUserCouponService extends ServiceImpl<CandyUserCouponM
...
@@ -88,6 +88,8 @@ public class PlatformCandyUserCouponService extends ServiceImpl<CandyUserCouponM
dto
.
setUseRules
(
couponRuleDtoListMap
.
get
(
dto
.
getCouponId
()));
dto
.
setUseRules
(
couponRuleDtoListMap
.
get
(
dto
.
getCouponId
()));
});
});
AbstractRedisUtil
redisCandyUtil
=
redisDataSourceUtil
.
getRedisCandyUtil
();
redisCandyUtil
.
set
(
CandyRedisConst
.
BASIC_USER_COUPON
.
concat
(
uid
),
basicDtoList
);
redisCandyUtil
.
set
(
CandyRedisConst
.
BASIC_USER_COUPON
.
concat
(
uid
),
basicDtoList
);
}
}
return
basicDtoList
;
return
basicDtoList
;
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/SweetWechatMaoDengController.java
View file @
1d11497e
...
@@ -51,7 +51,7 @@ public class SweetWechatMaoDengController {
...
@@ -51,7 +51,7 @@ public class SweetWechatMaoDengController {
return
ResponseDto
.
failure
(
"获取信息失败"
);
return
ResponseDto
.
failure
(
"获取信息失败"
);
}
}
@PostMapping
(
"/
addBuilderImg
"
)
@PostMapping
(
"/
backData
"
)
@ApiOperation
(
"存生成的图"
)
@ApiOperation
(
"存生成的图"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"query"
,
dataType
=
"String"
,
name
=
"userId"
,
value
=
"userId"
),
@ApiImplicitParam
(
type
=
"query"
,
dataType
=
"String"
,
name
=
"userId"
,
value
=
"userId"
),
...
...
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