Commit 0ba2555c authored by jiaorz's avatar jiaorz

Merge remote-tracking branch 'origin/dev' into dev

parents eeac15a4 53208bee
...@@ -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