src/main/java/cc/mrbird/febs/mall/quartz/OrderSettlementJob.java
@@ -102,7 +102,9 @@ /** * 自动确认收货 */ @Scheduled(cron = "0 0 0 * * ?") // @Scheduled(cron = "0 0 0 * * ?") @Scheduled(cron = "1 * * * * ?") public void orderAutoConfirmJob() { log.info("自动确认收货"); DataDictionaryCustom dic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode(DataDictionaryEnum.OEDER_AUTO_CONFIRM.getType(), DataDictionaryEnum.OEDER_AUTO_CONFIRM.getCode());