@@ -99,7 +99,7 @@ public class StoreServiceImpl implements StoreService {
FileMeta fileMeta = objectRepository.getByObjectName(channelPrefix, owner);
int total = 0;
if (fileMeta != null) {
- total = objectRepository.countByPid(fileMeta.getPid());
+ total = objectRepository.countByPid(fileMeta.getObjectId());
}
return total;