lyhzzz 4 months ago
parent
commit
76ec92fb22

+ 1 - 0
src/main/java/com/fdkankan/manage/service/impl/AuthorizeRtkServiceImpl.java

@@ -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());