记得上下班打卡 | git大法好,push需谨慎

Commit 6c607435 authored by 胡佳晨's avatar 胡佳晨

全场券逻辑

parent a8483bb9
...@@ -298,6 +298,9 @@ public class CandyCouponServiceImpl implements ICandyCouponService { ...@@ -298,6 +298,9 @@ public class CandyCouponServiceImpl implements ICandyCouponService {
case 92://票 case 92://票
isTarget = CouponBaseUtil.isTargetCoupon(ruleItem.getBusiId(), dto.getCouType(), ticketId, new BigDecimal(totalPrice), dto.getValOver()); isTarget = CouponBaseUtil.isTargetCoupon(ruleItem.getBusiId(), dto.getCouType(), ticketId, new BigDecimal(totalPrice), dto.getValOver());
break; break;
case 100://票
isTarget = true;
break;
default: default:
isTarget = false; isTarget = false;
break; break;
......
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