Browse Source

fix bug

release_toaliyun_real
lin 4 years ago
parent
commit
5c7fc8f206
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkSchedule/src/main/java/com/iformall/schedule/CouponOrderExpiringSchedule.java

+ 1
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/CouponOrderExpiringSchedule.java View File

@@ -86,7 +86,7 @@ public class CouponOrderExpiringSchedule {

}

@Scheduled(cron = "0 0/5 * * * ?") // 每天凌晨00:05
@Scheduled(cron = "0 0 5 * * ?") // 每天凌晨00:05
// @Scheduled(cron = "*/10 * * * * ?") // 测试10秒中一次
public void couponOrderRefundSchedule() {
CouponOrderExpiringSchedule proxy = (CouponOrderExpiringSchedule) AopContext.currentProxy();


Loading…
Cancel
Save