nidapeng
2024-03-25 755b60c531999e9d3c0a94759a2a5e92f5e4ad4e
server/admin_timer/src/main/java/com/doumee/task/ScheduleSendTaskTool.java
@@ -27,7 +27,7 @@
     * 定时同步内部人员授权到海康系统
     * @throws Exception
     */
    @Scheduled(fixedDelay= 30*1000)
    @Scheduled(fixedRate= 30*1000)
    public void syncEmpowerData()  {
        if(endId ==null){
            endId =0;