|
|
@@ -45,6 +45,7 @@ public class AuctionRecordService {
|
|
|
}
|
|
|
|
|
|
public Page<AuctionRecordDTO> recordInfos(PageQuery pageQuery) {
|
|
|
+
|
|
|
Page<AuctionRecord> records = auctionRecordRepo
|
|
|
.findAll(JpaUtils.toSpecification(pageQuery, AuctionRecord.class), JpaUtils.toPageRequest(pageQuery));
|
|
|
List<AuctionRecordDTO> auctionRecordDTOS = new ArrayList<>();
|