Commit 83cf0049 by 吕明尚

订单增加30下单锁定

parent 892480d0
...@@ -968,8 +968,7 @@ public class SOrderServiceImpl extends ServiceImpl<SOrderMapper, SOrder> impleme ...@@ -968,8 +968,7 @@ public class SOrderServiceImpl extends ServiceImpl<SOrderMapper, SOrder> impleme
}catch (BaseException e){ }catch (BaseException e){
throw e; throw e;
}finally { }finally {
unLockOrder(request,lockResult); unLockOrder(request, lockResult);
unLockOrder(request.getRoomId());
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment