server/dmvisit_admin/src/main/java/com/doumee/task/ScheduleTool.java
@@ -26,8 +26,8 @@ * @date 2021-10-10 14:40:35 * https://www.bejson.com/othertools/cron/ cron 表达式生成地址 */ //@Component //@EnableScheduling @Component @EnableScheduling public class ScheduleTool { @Autowired @@ -131,9 +131,8 @@ * 定时同步内部人员授权到海康系统 * @throws Exception */ @Scheduled(fixedDelay= 60*1000) @Scheduled(fixedDelay= 10*1000) public void syncEmpowerData() { hkSyncEmpowerService.syncEmpowerData(); } /**