gongchunyi
5 天以前 7e9f46c8cb12e4c59a8bf529a9280067d217fe12
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 22 10 * * ?")
    public void syncSalesDeliveryJob() {
        salesDeliveryService.syncSalesDeliveryJob();
    }