|
|
@@ -176,8 +176,6 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
|
|
|
private final VipUserMapper vipUserMapper;
|
|
|
|
|
|
- private final GroupRelationFrontService groupRelationFrontService;
|
|
|
-
|
|
|
private final VipGoodsSkuMapper vipGoodsSkuMapper;
|
|
|
|
|
|
@Override
|
|
|
@@ -1393,7 +1391,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
.field(GroupsRelationView::getIsVip, Boolean.TRUE)
|
|
|
.build());
|
|
|
if (number.intValue() == 0) {
|
|
|
- Long relationId = groupRelationFrontService.getTicket(vipUser.getUserId(), skuId, Boolean.TRUE);
|
|
|
+ Long relationId = getTicket(vipUser.getUserId(), skuId, Boolean.TRUE);
|
|
|
//同步时间
|
|
|
groupsRelationMapper.update(null, Wrappers.lambdaUpdate(GroupsRelation.class)
|
|
|
.set(GroupsRelation::getExpiryTime, vipUser.getExpiryTime())
|