|
@@ -244,6 +244,7 @@ public class PlatformStoreCouponServiceImpl implements PlatformStoreCouponServic
|
|
|
status = 5;
|
|
status = 5;
|
|
|
}
|
|
}
|
|
|
coupon.setStatus(status);
|
|
coupon.setStatus(status);
|
|
|
|
|
+ coupon.setStartDate(now);
|
|
|
// 将待办列表状态设置为已审核
|
|
// 将待办列表状态设置为已审核
|
|
|
LambdaUpdateWrapper<WebAudit> wrapper = new LambdaUpdateWrapper<>();
|
|
LambdaUpdateWrapper<WebAudit> wrapper = new LambdaUpdateWrapper<>();
|
|
|
wrapper.eq(WebAudit::getCouponId, id);
|
|
wrapper.eq(WebAudit::getCouponId, id);
|