xiaoyong931011
2022-12-02 c23f6436ef6f9fb6a17fcef51c2b81958e01e0a9
src/main/java/cc/mrbird/febs/mall/quartz/OrderSettlementJob.java
@@ -105,6 +105,8 @@
     * 自动确认收货
     */
    @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());