|
@@ -1609,6 +1609,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
newRelation.setStartTime(oldRelation.getStartTime());
|
|
newRelation.setStartTime(oldRelation.getStartTime());
|
|
|
newRelation.setExpiryTime(DateUtil.offsetDay(DateTime.now(), oldRelation.getReservedDays()));
|
|
newRelation.setExpiryTime(DateUtil.offsetDay(DateTime.now(), oldRelation.getReservedDays()));
|
|
|
newRelation.setStatus(GroupsRelation.Status.validity);
|
|
newRelation.setStatus(GroupsRelation.Status.validity);
|
|
|
|
|
+ newRelation.setUserId(userId);
|
|
|
groupsRelationMapper.updateById(newRelation);
|
|
groupsRelationMapper.updateById(newRelation);
|
|
|
|
|
|
|
|
//原订单座位id更新
|
|
//原订单座位id更新
|