@@ -2745,9 +2745,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
//获取默认规格车票
Long skuId = Constant.CC_TRANS_SKU_ID;
- Long relationId = getTicket(userId,skuId , false);
clearService.clearTicket(groupsRelation, UserTicketClearedRecord.Source.cc_trans_other);
+ Long relationId = getTicket(userId,skuId , false);
BigDecimal transDeduct = ccRemainDeductMoney.multiply(BigDecimal.valueOf(1.2));
GoodsDonSku sku = goodsDonSkuMapper.selectById(skuId);
claudeCodeService.generateOrUpdateClaudeCodeUser(userId, relationId, sku.getClaudeDailyLimit(), transDeduct.intValue(), DateUtil.offsetMonth(DateTime.now(), sku.getMonths()), false, null, null, null, sku.getSpecVal(), userIdList);