|
|
@@ -106,6 +106,7 @@ public class PromotionUserCouponServiceImpl extends ServiceImpl<PromotionUserCou
|
|
|
vo.setCouponType(batch.getCouponType());
|
|
|
vo.setTotalCount(batch.getTotalCount());
|
|
|
vo.setRemainCount(batch.getRemainCount());
|
|
|
+ vo.setEndTime(batch.getEndTime());
|
|
|
|
|
|
// 查询券规则
|
|
|
PromotionCouponRule rule = ruleMapper.selectOne(
|