This commit is contained in:
雷欧(林平凡)
2025-01-08 17:53:46 +08:00
parent 8dc4f2d170
commit de98c3e1bb

View File

@@ -392,7 +392,7 @@ public class JDUtils {
return count; return count;
} }
@Scheduled(cron = "0 0 * * * ?") @Scheduled(cron = "0 */10 * * * ?")
public void fetchHistoricalOrders0007() { public void fetchHistoricalOrders0007() {
fetchHistoricalOrders0007Do(); fetchHistoricalOrders0007Do();
} }