Commit 53208bee authored by 周健威's avatar 周健威

Merge branch 'master-zjw' into dev

parents f98c7a45 d63a8041
......@@ -187,7 +187,7 @@ public class OrderCalculateBiz {
//返回优惠券
if(StrUtil.isNotBlank(baseOrder.getCouponTickerNos())) {
//没有租车消费金额,所以返回所有优惠券
inProgressVO.setBackCoupons(StrUtil.split(baseOrder.getCouponTickerNos(), ','));
backCouponNos.addAll(StrUtil.split(baseOrder.getCouponTickerNos(), ','));
}
//设置消费金额,添加租车以外的消费金额
......
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