@@ -2748,7 +2748,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
clearService.clearTicket(groupsRelation, UserTicketClearedRecord.Source.cc_trans_other);
Long relationId = getTicket(userId,skuId , false);
- BigDecimal transDeduct = ccRemainDeductMoney.multiply(BigDecimal.valueOf(1.2));
+ BigDecimal transDeduct = ccRemainDeductMoney.multiply(BigDecimal.valueOf(1.2)).divide(BigDecimal.valueOf(100), 0);
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);
}