czh 2 лет назад
Родитель
Сommit
e2e091aa93

+ 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: 从缓存查区域信息