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