|
|
@@ -670,7 +670,7 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
GoodsDonSku goodsDonSku = skuMapper.selectById(groupsTrips.getSkuId());
|
|
|
ChatgptUser chatgptUser = chatgptUserMapper.selectOne(Wrappers.lambdaQuery(ChatgptUser.class).eq(ChatgptUser::getRelationId, relationId));
|
|
|
return ChatGptUserView.builder()
|
|
|
- .skuName(goodsDonSku.getGName())
|
|
|
+ .skuName(goodsDonSku.getSubTitle())
|
|
|
.expireTime(chatgptUser.getExpireTime())
|
|
|
.limitNum(chatgptUser.getLimitNum())
|
|
|
.limitTime(chatgptUser.getLimitTime())
|