gongzuming
2024-10-09 3dc4aac8aec62f2c2a1e4af699e622ac9dfaba59
src/main/java/com/mzl/flower/schedule/WarehouseScheduleService.java
@@ -110,7 +110,7 @@
    /**
     * 每天凌晨2点,合伙人发货
     */
    @Scheduled(cron = "0 0 2 * * ?")
    @Scheduled(cron = "0 0 4 * * ?")
    public void clearWarehouseLocation() {
        log.info("定时合伙人发货开始:" + DateFormatUtils.format(System.currentTimeMillis(), "yyyy-MM-dd HH:mm:ss"));
        orderService.setPartnerOrderSend();