Commit 4e647f39 authored by jiaorz's avatar jiaorz

Merge remote-tracking branch 'origin/master'

parents 0f895997 13954d16
...@@ -187,7 +187,7 @@ public class OrderCalculateBiz { ...@@ -187,7 +187,7 @@ public class OrderCalculateBiz {
//返回优惠券 //返回优惠券
if(StrUtil.isNotBlank(baseOrder.getCouponTickerNos())) { 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