@@ -1924,7 +1924,6 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
relation.setStatus(GroupsRelation.Status.locking);
relation.setYhsId(yhsId);
groupsRelationMapper.updateById(relation);
- redisService.del(RedisKey.GROUPS_RELATION_NUM_KEY + relation.getId());
return relation;
}