Commit ae454937 by 胡超

满减活动提示

parent 6f6c9fc7
...@@ -154,7 +154,7 @@ public class FullPromotionService implements IPromotionService { ...@@ -154,7 +154,7 @@ public class FullPromotionService implements IPromotionService {
.append("</span> 减 <span style=\"color:#fa5555\">") .append("</span> 减 <span style=\"color:#fa5555\">")
.append(WebUtil.formatAmount(benefitBeanDto.getDiscountAmount() * 1.00 / 100)) .append(WebUtil.formatAmount(benefitBeanDto.getDiscountAmount() * 1.00 / 100))
.append("</span> 元"); .append("</span> 元");
if (i > 0) messageBuilder.append(","); if (i > 0) messageBuilder.append("");
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment