|
@@ -110,8 +110,7 @@ public class JyUserPlatformServiceImpl extends ServiceImpl<IJyUserPlatformMapper
|
|
|
if(StringUtils.isBlank(param.getQueryKey())){
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
- List<String> platformAdminIdCards = platformService.getIds();
|
|
|
- return this.getBaseMapper().queryByKey(param.getQueryKey(),platformAdminIdCards);
|
|
|
+ return this.getBaseMapper().queryByKey(param.getQueryKey());
|
|
|
}
|
|
|
|
|
|
|