拍卖行:上个提交中的redlock锁释放

This commit is contained in:
liangtongchuan
2021-03-22 12:05:23 +08:00
parent 43bae5f4cf
commit abfbe77945

View File

@@ -59,6 +59,7 @@ export class AuctionHandler {
const stage = auctionStage();
if (stage === AUCTION_STAGE.GUILD && lot.guildCode !== guildCode) {
res.releaseCallback();
return resResult(STATUS.AUCTION_GUILD_MEMBER_ONLY);
}