Ver a proveniência

fix bug

release_toaliyun_real
winter há 4 anos
ascendente
cometimento
698595c50f
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      mallinkSchedule/src/main/java/com/iformall/schedule/CouponOrderExpiringSchedule.java

+ 2
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/CouponOrderExpiringSchedule.java Ver ficheiro

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

}

@Scheduled(cron = "0 0 5 * * ?") // 每天凌晨00:05
@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();


Carregando…
Cancelar
Guardar