zoujiajian преди 11 месеца
родител
ревизия
469502c5f2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

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

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