zoujiajian 2 年之前
父節點
當前提交
2011fe958a

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

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