zoujiajian 11 月之前
父節點
當前提交
e57a017f76

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/distribute/impl/DistributeServiceImpl.java

@@ -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)