@@ -279,7 +279,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
ticket.setMjUserRelaxNum(midjourneyUser.getMjRelaxNum());
ticket.setIsCar(false);
} else {
- ticket.setIsCar(true);
+ ticket.setIsCar(search.getIsCar());
ticket.setMjUserFastNum(search.getMjUserFastNum());
ticket.setMjUserRelaxNum(search.getMjUserRelaxNum());
}