|
|
@@ -700,7 +700,8 @@ public class VipOrderDonServiceImpl extends ServiceImpl<VipOrderDonMapper, VipOr
|
|
|
});
|
|
|
}
|
|
|
//更新会员车票
|
|
|
- relationMapper.updateUserVipSkusExpiryTime(userIds, vipSkuIds, expiryTime);
|
|
|
+ Integer update = relationMapper.updateUserVipSkusExpiryTime(userIds, vipSkuIds, expiryTime);
|
|
|
+ log.info("uid;{}镜像会员续费,更新会员{}张车票时长成功", vipUserId, update);
|
|
|
}
|
|
|
|
|
|
private BigDecimal getVipMoney(Integer num) {
|