拍卖:拍品收藏

This commit is contained in:
luying
2022-09-21 10:46:55 +08:00
parent d66de07dc5
commit cbb0e4221c
4 changed files with 5 additions and 5 deletions

View File

@@ -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, bidRoles: []
maxPrice, curPrice: basePrice, prePrice: 0, sort, bidRoles: [], watchingRoles: []
}
});
const lots = await LotModel.createRecs(lotsData);