Commit c5e9aa81 by 胡超

满减提示语分隔符

parent ae454937
......@@ -154,7 +154,7 @@ public class FullPromotionService implements IPromotionService {
.append("</span> 减 <span style=\"color:#fa5555\">")
.append(WebUtil.formatAmount(benefitBeanDto.getDiscountAmount() * 1.00 / 100))
.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