|
@@ -105,6 +105,7 @@ public class AuthorizeRtkServiceImpl extends ServiceImpl<IAuthorizeRtkMapper, Au
|
|
|
}
|
|
|
|
|
|
private Page<AuthorizeRtk> pageListByParam(AuthorizeParam param){
|
|
|
+ CacheUtil.authorizeParam = param;
|
|
|
LambdaQueryWrapper<AuthorizeRtk> wrapper = new LambdaQueryWrapper<>();
|
|
|
if(StringUtils.isNotBlank(param.getRtkSnCode())){
|
|
|
wrapper.eq(AuthorizeRtk::getRtkSnCode,param.getRtkSnCode());
|