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