|
|
@@ -110,7 +110,7 @@ public class MetaShowRoomAssetService {
|
|
|
} else {
|
|
|
assets = assetRepo.findAllByUserIdAndStatusInAndOpened(userId, Constants.META_NORMAL_STATUS, true);
|
|
|
}
|
|
|
- if (CollectionUtils.isEmpty(assets) || CollectionUtils.isEmpty(assetIds)) {
|
|
|
+ if (CollectionUtils.isEmpty(assets)) {
|
|
|
return MetaRestResult.returnSuccess(metaAssetDTOS);
|
|
|
}
|
|
|
// 查询用户拥有的非展厅非未开启盲盒藏品
|