|
|
@@ -722,10 +722,10 @@ public class CmsOrderDonServiceImpl extends ServiceImpl<OrderDonMapper,OrderDon>
|
|
|
.in(GroupsRelationExpiryRecord::getReBuyOrderId, orderDon.getId())
|
|
|
.eq(GroupsRelationExpiryRecord::getRelationId, orderDon.getRelationId()).last("limit 1"));
|
|
|
if (groupsRelationExpiryRecord == null) {
|
|
|
- log.info("订单orderId:{}退款,同步是否有重构记录不是直接续费车票",orderDon.getId());
|
|
|
+ log.info("订单orderId:{}退款,同步是否有重购记录不是直接续费车票",orderDon.getId());
|
|
|
List<GroupsRelationExpiryRecord> groupsRelationExpiryRecords = groupsRelationExpiryRecordService.list(Wrappers.lambdaQuery(GroupsRelationExpiryRecord.class)
|
|
|
.in(GroupsRelationExpiryRecord::getReBuyOrderId, orderDon.getId()));
|
|
|
- log.info("订单orderId:{}退款,重构记录不是直接续费车票大小:{}",groupsRelationExpiryRecords.size());
|
|
|
+ log.info("订单orderId:{}退款,重购记录不是直接续费车票大小:{}",groupsRelationExpiryRecords.size());
|
|
|
if (CollUtil.isNotEmpty(groupsRelationExpiryRecords)) {
|
|
|
groupsRelationExpiryRecords.forEach(data -> {
|
|
|
data.setIsReBuy(false);
|