TASK:定时任务开启

This commit is contained in:
shahaibo
2024-07-09 23:46:54 +08:00
parent c2e2140ce6
commit 314ad7a4f8
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ public class PaypalTask {
@Resource
private PayPalCheckoutService payPalCheckoutService;
// @Scheduled(cron = "0/30 * * * * ?")
@Scheduled(cron = "0/30 * * * * ?")
public void orderConfirm() throws SerializeException {
log.info("PayPal orderConfirm 被执行......");