zoujiajian 11 달 전
부모
커밋
e57a017f76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-service/src/main/java/com/cyksj/service/distribute/impl/DistributeServiceImpl.java

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