TASK:mixi;
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user