|
|
@@ -133,10 +133,9 @@ public class OrderCommonServiceImpl implements OrderCommonService {
|
|
|
}
|
|
|
}
|
|
|
relation.setExpiryTime(expiryTime);
|
|
|
+ groupsRelationMapper.updateById(relation);
|
|
|
if (expiryTime.compareTo(now) <= 0) {
|
|
|
clearService.clearTicket(relation, UserTicketClearedRecord.Source.refund);
|
|
|
- } else {
|
|
|
- groupsRelationMapper.updateById(relation);
|
|
|
}
|
|
|
}
|
|
|
}
|