|
|
|
@@ -57,7 +57,8 @@ public class CouponSendSchedule { |
|
|
|
private WxCouponActionLogService wxCouponActionLogService; |
|
|
|
|
|
|
|
|
|
|
|
@Scheduled(cron = "0 0 6 1 * ?") // 每月1号发放会员的权益券 |
|
|
|
//@Scheduled(cron = "0 0 6 1 * ?") // 每月1号发放会员的权益券 |
|
|
|
@Scheduled(cron = "0 0 6 * * ?") // 测试每天6点发券 |
|
|
|
//@Scheduled(cron = "*/10 * * * * ?") // 测试10秒中一次 |
|
|
|
public void couponSendSchedule() { |
|
|
|
|
|
|
|
|