Commit 83cf0049 by 吕明尚

订单增加30下单锁定

parent 892480d0
......@@ -968,8 +968,7 @@ public class SOrderServiceImpl extends ServiceImpl<SOrderMapper, SOrder> impleme
}catch (BaseException e){
throw e;
}finally {
unLockOrder(request,lockResult);
unLockOrder(request.getRoomId());
unLockOrder(request, lockResult);
}
}
......
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