This commit is contained in:
van
2026-04-23 16:04:45 +08:00
parent 7cd7440f1f
commit 0ff357148b
3 changed files with 8 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ public class GoofishScheduledTasks {
@Resource
private JarvisGoofishProperties goofishProperties;
@Scheduled(cron = "${jarvis.goofish-order.pull-cron:0 0/15 * * * ?}")
@Scheduled(cron = "${jarvis.goofish-order.pull-cron:0 0/10 * * * ?}")
public void scheduledPull() {
List<ErpOpenConfig> cfgs = erpOpenConfigService.selectEnabledOrderBySort();
if (cfgs == null || cfgs.isEmpty()) {