master:推广营销调优;

pull/1121/head
liujiang 2025-09-01 16:38:59 +08:00
parent 46b10a0af9
commit 220df6925a
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ public class AdvertRoundServiceImpl implements IAdvertRoundService {
final Date date = new Date();
List<AdRoundTypeRoundBoughtResDTO> resList = advertRoundList.stream().map(advertRound -> {
AdRoundTypeRoundBoughtResDTO boughtResDTO = new AdRoundTypeRoundBoughtResDTO().setTypeId(advertRound.getTypeId()).setAdvertRoundId(advertRound.getId())
.setAdvertId(advertRound.getAdvertId()).setRoundId(advertRound.getRoundId()).setPosition(advertRound.getPosition())
.setAdvertId(advertRound.getAdvertId()).setRoundId(advertRound.getRoundId()).setPosition(advertRound.getPosition()).setCanPurchased(Boolean.TRUE)
.setStartPrice(advertRound.getStartPrice()).setPayPrice(advertRound.getPayPrice()).setStoreId(storeId).setLaunchStatus(advertRound.getLaunchStatus())
.setStartTime(advertRound.getStartTime()).setEndTime(advertRound.getEndTime()).setSymbol(advertRound.getSymbol());
// 如果是播放论,并且是否全部为 BIDDING_SUCCESS若是 则不可购买当前轮次就算是当前档口购买的biddingStatus也为2也将标识置为false