|
|
@@ -340,7 +340,7 @@ public class CommonCommentServiceImpl extends ServiceImpl<CommonCommentMapper, C
|
|
|
LifeFansIdentityQuery.Scope fanScope = LifeFansIdentityQuery.resolve(fansId, typeUtil);
|
|
|
LifeFansIdentityQuery.Scope followedScope = LifeFansIdentityQuery.resolve(publisherPhoneId, typeUtil);
|
|
|
LambdaQueryWrapper<LifeFans> fansQuery = new LambdaQueryWrapper<>();
|
|
|
- fansQuery.eq(LifeFans::getDeleteFlag, 0).eq(LifeFans::getFansType, fansType);
|
|
|
+ fansQuery.eq(LifeFans::getDeleteFlag, 0);
|
|
|
LifeFansIdentityQuery.applyPair(fansQuery, fanScope, followedScope);
|
|
|
LifeFans lifeFans = lifeFansMapper.selectOne(fansQuery.last("limit 1"));
|
|
|
if(null != lifeFans){
|