Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wujiexiang
5 years ago
Commit
b0f3aa3a8a0f314b6faa66910b85d509d9755cff
1 parent
afa73347
调整日志级别
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
coupon/src/main/java/com/yoho/ufo/coupon/service/impl/CouponServiceImpl.java
coupon/src/main/java/com/yoho/ufo/coupon/service/impl/CouponServiceImpl.java
View file @
b0f3aa3
...
...
@@ -382,7 +382,7 @@ public class CouponServiceImpl implements ICouponService,IBusinessExportService{
jsonObject
.
put
(
"excludeProductIds"
,
Strings
.
listToDelimitedString
(
findProductIds
(
ProductLimitType
.
Exclude_Product
.
getLimitType
(),
productLimitList
)));
//jsonObject.put("productLimits",productLimitList);
LOGGER
.
info
(
"{} coupon info:{}"
,
id
,
jsonObject
);
LOGGER
.
debug
(
"{} coupon info:{}"
,
id
,
jsonObject
);
return
new
ApiResponse
.
ApiResponseBuilder
().
data
(
jsonObject
).
build
();
}
...
...
Please
register
or
login
to post a comment