TASK:mixi;

This commit is contained in:
shahaibo
2024-05-07 15:47:15 +08:00
parent 37b4cf4018
commit 5b3ea06d70

View File

@@ -316,7 +316,7 @@ public class MiTuExportScheduledTask {
* Customer purchase report
*/
@Retryable(value = Exception.class, maxAttempts = 3, backoff = @Backoff(delay = 1000))
@Scheduled(cron = "0 0 23 L * ?")
@Scheduled(cron = "0 0 23 L * * ")
public void customerPurchaseReport() {
MiTuExport miTuExport = createMiTuExport("Customer purchase report", "month");
try {