Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
chenchao
2020-02-24 17:07:45 +0800
Commit
bce79bf8b7ada39e4d156f84b52100287b146989
1 parent
16491dcf
fix shipping coupon name
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
promotion/src/main/java/com/yohoufo/promotion/convert/CouponConvert.java
promotion/src/main/java/com/yohoufo/promotion/convert/CouponConvert.java
View file @
bce79bf
...
...
@@ -243,7 +243,7 @@ public class CouponConvert {
}
}
if
(
Integer
.
valueOf
(
CouponTypeEnum
.
SHIPPING_COUPON
.
getCode
()).
equals
(
couponType
)){
couponDesc
=
"包邮"
+
couponAmountSkipDecimal
;
couponDesc
=
"包邮"
;
}
return
couponDesc
;
}
...
...
Please
register
or
login
to post a comment