|
|
@@ -352,7 +352,7 @@ public class DistributeServiceImpl implements DistributeService {
|
|
|
//存在Claude code车票不发送体验卡
|
|
|
if (!claudeCodeService.checkClaudeCodeUser(userId)) {
|
|
|
//发送claude code 体验卡
|
|
|
- groupRelationFrontService.getTrialTicketByUserIdAndGoodsId(user.getId(), Constant.DISTRIBUTE_CLAUDE_CODE_TRIAL_SKU_ID, 1);
|
|
|
+ groupRelationFrontService.getTrialTicketByUserIdAndGoodsId(userId, Constant.DISTRIBUTE_CLAUDE_CODE_TRIAL_SKU_ID, 1);
|
|
|
}
|
|
|
}
|
|
|
TaskType taskType = taskTypeMapper.selectOne(Wrappers.lambdaQuery(TaskType.class)
|