|  |  |  | 
|---|
|  |  |  | List<PlatformDevice> deviceList = new ArrayList<>(); | 
|---|
|  |  |  | Date date = new Date(); | 
|---|
|  |  |  | //查询全部门禁设备数据 | 
|---|
|  |  |  | List<Platform> allList = platformMapper.selectList(null); | 
|---|
|  |  |  | List<Platform> allList = platformMapper.selectList(new QueryWrapper<Platform>().lambda().eq(Platform::getIsdeleted,Constants.ZERO)); | 
|---|
|  |  |  | List<PlatformListInfoResponse> allHkList = getAllHkList(param); | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 获取增删改数据集合 | 
|---|
|  |  |  | 
|---|
|  |  |  | ,Constants.PlatformJobStatus.CANCEL.getKey() ) | 
|---|
|  |  |  | .in(PlatformJob::getPlatformId,platIds) | 
|---|
|  |  |  | .set(PlatformJob::getPlatformId,null) | 
|---|
|  |  |  | .set(PlatformJob::getPlatforms,null) | 
|---|
|  |  |  | .set(PlatformJob::getStatus,Constants.PlatformJobStatus.WART_SIGN_IN.getKey()) | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | } | 
|---|