gongchunyi
18 小时以前 aa3b197e16b2fa3a636529cbedc9066f062b5041
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();
    }