|
|
@@ -462,7 +462,7 @@ public class RemoteSystemServiceImpl implements RemoteSystemService {
|
|
|
for (Long entId : entIdList) {
|
|
|
EntCacheResDto entCacheResDto = queryEntCacheById(entId);
|
|
|
if (Objects.isNull(entCacheResDto)) {
|
|
|
- return Collections.emptyMap();
|
|
|
+ continue;
|
|
|
}
|
|
|
remoteBaseService.fillRelate(entCacheResDto);
|
|
|
|