From 24c47b91b9d983e32e9bbb14427dc5fcaa305f71 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Mon, 6 Jun 2022 21:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=8B=8D=E5=93=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=97=B6=E7=BB=99=20bitRoles=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/auctionService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/services/auctionService.ts b/game-server/app/services/auctionService.ts index 989534e85..276a6b48a 100644 --- a/game-server/app/services/auctionService.ts +++ b/game-server/app/services/auctionService.ts @@ -193,7 +193,7 @@ export async function genAuction(guildCode: string, sourceType: number, sourceCo return { auctionStage: AUCTION_STAGE.DEFAULT, sourceType, sourceCode, serverId, guildCode, code, gid: id, count, begin, end, status: LOT_STATUS.DEFAULT, - maxPrice, curPrice: basePrice, prePrice: 0, sort + maxPrice, curPrice: basePrice, prePrice: 0, sort, bidRoles: [] } }); const lots = await LotModel.createRecs(lotsData);