|
|
@@ -220,7 +220,7 @@ public class CollectionService {
|
|
|
collectionDTO.setPurchaseQualifications(true);
|
|
|
}
|
|
|
}
|
|
|
- Follow follow = followRepo.findFirstByFollowUserIdAndUserId(collection.getId(), user.getId());
|
|
|
+ Follow follow = followRepo.findFirstByFollowUserIdAndUserId(collection.getMinterId(), user.getId());
|
|
|
if (!ObjectUtil.isEmpty(follow)) {
|
|
|
collectionDTO.setFollow(true);
|
|
|
}
|