拍卖:修复检查阶段

This commit is contained in:
luying
2022-05-16 09:34:02 +08:00
parent 38b23de279
commit 4c634e5300

View File

@@ -73,7 +73,7 @@ export class AuctionHandler {
return resResult(STATUS.AUCTION_GUILD_MEMBER_ONLY);
}
if(!checkAuctionStage(auctionStage)) {
if(!await checkAuctionStage(auctionStage)) {
res.releaseCallback();
return resResult(STATUS.AUCITON_STAGE_ERR);
}