Commit 0cea8ccf by 胡超

Merge remote-tracking branch 'remotes/origin/feature_20200514_1.9.23_discountActiTips'

parents ac4ea205 7ca737b6
......@@ -156,10 +156,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("\\,");
log.info("debug4tips:i={},tips={}", i, messageBuilder.toString());
}
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