|
|
@@ -1544,6 +1544,8 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
changeOtherTicketRecord.setRelateOrderId(changeDto.getOtherOrderId());
|
|
|
//该车票订单id
|
|
|
changeOtherTicketRecord.setOrderId(netflixRelationView.getNfOriOrderId());
|
|
|
+ changeOtherTicketRecord.setStartTime(netflixRelationView.getStartTime());
|
|
|
+ changeOtherTicketRecord.setExpiryTime(expiryTime);
|
|
|
netflixUserChangeOtherTicketRecordMapper.insert(changeOtherTicketRecord);
|
|
|
if (netflixRelationView.getNfCheckId() != null) {
|
|
|
netflixUserAccountStatusRecordMapper.update(null, Wrappers.lambdaUpdate(NetflixUserAccountStatusRecord.class)
|