|
|
@@ -261,7 +261,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
} catch (Exception e) {
|
|
|
}
|
|
|
}
|
|
|
- if (ticket.getGoodsId() == 18 && ticket.getIsMirror() && ticket.getExpiryTime() != null) {
|
|
|
+ if (ticket.getGoodsId() == 18 && ticket.getIsCar() && ticket.getExpiryTime() != null) {
|
|
|
//gpt用户镜像
|
|
|
ChatGptUserView userInfo = chatGptAccountService.getUserInfo(userId, ticket.getRelationId());
|
|
|
ticket.setGptUserLimitNum(userInfo.getLimitNum());
|