czh 2 년 전
부모
커밋
e2e091aa93
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      sckw-modules-api/sckw-system-api/src/main/java/com/sckw/system/api/RemoteSystemService.java

+ 2 - 2
sckw-modules-api/sckw-system-api/src/main/java/com/sckw/system/api/RemoteSystemService.java

@@ -73,7 +73,7 @@ public interface RemoteSystemService {
      * @Param entIds
      * @return: Map
      */
-    Map<Long, List<EntCacheResDto>> queryEntCacheMapByIds(List<Long> entIds);
+    Map<Long, EntCacheResDto> queryEntCacheMapByIds(List<Long> entIds);
 
     /**
      * @param entName 企业名
@@ -109,7 +109,7 @@ public interface RemoteSystemService {
      * @Param userIds: 用户id
      * @return: Map
      */
-    Map<Long, List<UserCacheResDto>> queryUserCacheMapByIds(List<Long> userIds);
+    Map<Long, UserCacheResDto> queryUserCacheMapByIds(List<Long> userIds);
 
     /**
      * @desc: 从缓存查区域信息