zss
7 小时以前 3b8f1579d4a4eced3e5547f619b892fa2b7fa96d
src/main/java/com/ruoyi/basic/task/CustomerTask.java
@@ -11,7 +11,7 @@
    @Autowired
    private ICustomerService customerService;
    @Scheduled(cron = "0 0 * * * ?")
    @Scheduled(cron = "0 0 0 * * ?")
    public void syncCustomerDataJob() {
        customerService.syncCustomerJob();
    }