|
|
@@ -148,7 +148,7 @@ public class GroupRelationClearServiceImpl implements GroupRelationClearService
|
|
|
oAuthTokenMapper.delete(Wrappers.lambdaQuery(OAuthToken.class).eq(OAuthToken::getUserId, userId));
|
|
|
}
|
|
|
//nano
|
|
|
- if (groupsRelation.getGoodsId() != null && groupsRelation.getGoodsId() == Constant.NANO_GOODS_ID) {
|
|
|
+ if (source != UserTicketClearedRecord.Source.vip_deduct && groupsRelation.getGoodsId() != null && groupsRelation.getGoodsId() == Constant.NANO_GOODS_ID) {
|
|
|
nanoUserQuotaMapper.delete(Wrappers.lambdaQuery(NanoUserQuota.class).eq(NanoUserQuota::getRelationId, relationId));
|
|
|
}
|
|
|
}
|