Commit 2e0d18b5 by 吕明尚

修改可用优惠券查询

parent 97725b3c
...@@ -403,7 +403,7 @@ public class SConsumerCouponServiceImpl extends ServiceImpl<SConsumerCouponMappe ...@@ -403,7 +403,7 @@ public class SConsumerCouponServiceImpl extends ServiceImpl<SConsumerCouponMappe
extracted(item, timeLong, byId, subtract, sStore); extracted(item, timeLong, byId, subtract, sStore);
} else { } else {
item.setIsAvailable(AvailableEnum.UNAVAILABLE.getCode()); item.setIsAvailable(AvailableEnum.UNAVAILABLE.getCode());
item.setReason("仅支持套餐模式下单使用"); item.setReason("仅支持套餐使用");
} }
break; break;
case DURATION: case DURATION:
......
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