|
|
@@ -2363,6 +2363,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
netflixCompensateReceivedRecord.setUserId(userId);
|
|
|
netflixCompensateReceivedRecord.setNfRelationId(receivedGptConditionDto.getNfRelationId());
|
|
|
netflixCompensateReceivedRecord.setGoodsId(Constant.GPT_PLUS_GID);
|
|
|
+ netflixCompensateReceivedRecord.setSkuId(Constant.GPT_MIRROR_SKU_ID);
|
|
|
netflixCompensateReceivedRecordMapper.insert(netflixCompensateReceivedRecord);
|
|
|
|
|
|
Long relationId = this.getTicket(userId, Constant.GPT_MIRROR_SKU_ID, Boolean.FALSE);
|