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

Commit 736fa0c2 authored by 胡佳晨's avatar 胡佳晨

修改券

parent 5bce64eb
......@@ -277,7 +277,7 @@ public class CandyCouponServiceImpl implements ICandyCouponService {
vo.setValue(dto.getValFace());
break;
case 2:
if (dto.getValOver().compareTo(new BigDecimal(totalPrice)) >= 0) {
if (dto.getValOver().compareTo(new BigDecimal(totalPrice)) <= 0) {
vo.setValue(dto.getValMinus());
} else {
vo.setCouType(-1);
......
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