| | |
| | | * 定时同步组织信息到海康系统 |
| | | * @throws Exception |
| | | */ |
| | | @Scheduled(fixedDelay= 60*1000) |
| | | public void syncOrgData() { |
| | | hkSyncOrgUserService.syncOrgData(); |
| | | } |
| | | // @Scheduled(fixedDelay= 60*1000) |
| | | // public void syncOrgData() { |
| | | // hkSyncOrgUserService.syncOrgData(); |
| | | // } |
| | | /** |
| | | * 定时同步组织信息到海康系统 |
| | | * @throws Exception |
| | |
| | | * 定时同步用户信息到海康系统 |
| | | * @throws Exception |
| | | */ |
| | | @Scheduled(fixedDelay= 60*1000) |
| | | public void syncUserData() { |
| | | hkSyncImgService.syncUserData(); |
| | | } |
| | | // @Scheduled(fixedDelay= 60*1000) |
| | | // public void syncUserData() { |
| | | // hkSyncImgService.syncUserData(); |
| | | // } |
| | | |
| | | } |