Commit 9e694f0e authored by 周健威's avatar 周健威

修改bug

parent cf08b37f
...@@ -79,7 +79,7 @@ public class OrderCalculateBiz { ...@@ -79,7 +79,7 @@ public class OrderCalculateBiz {
//过了出发时间取消订单 ,优先使用免费天数 //过了出发时间取消订单 ,优先使用免费天数
if(backFreeDays <= 0) { if(backFreeDays <= 0) {
//使用天数 小于 总天数 //使用天数 小于 总天数
if(useDays < orderItem.getTotalNum()) { if(useDays <= orderItem.getTotalNum()) {
//需要扣除订单费用 //需要扣除订单费用
//判断是否达到优惠券条件 不符合则返还优惠券 //判断是否达到优惠券条件 不符合则返还优惠券
//消费天数 //消费天数
......
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