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