master:已购推广列表按照播放时间升序排列;
parent
220df6925a
commit
9317e9a74a
|
|
@ -442,6 +442,8 @@ public class AdvertRoundServiceImpl implements IAdvertRoundService {
|
||||||
+ ",最新出价:" + positionEnumMaxPriceMap.get(record.getAdvertRoundId())));
|
+ ",最新出价:" + positionEnumMaxPriceMap.get(record.getAdvertRoundId())));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
// 按照播放时间升序排列
|
||||||
|
boughtRoundList.sort(Comparator.comparing(AdRoundStoreBoughtResDTO::getStartTime));
|
||||||
return boughtRoundList;
|
return boughtRoundList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue