zss
14 小时以前 a973f11dd90bd3d6d26eba3fe8ba3cd853014a06
src/main/java/com/ruoyi/productionPlan/task/SalesDeliveryTask.java
@@ -16,7 +16,7 @@
    @Autowired
    private SalesDeliveryService salesDeliveryService;
    @Scheduled(cron = "0 0 0 * * ?")
    @Scheduled(cron = "0 22 10 * * ?")
    public void syncSalesDeliveryJob() {
        salesDeliveryService.syncSalesDeliveryJob();
    }