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);