This commit is contained in:
2023-09-26 15:56:36 +08:00
parent 530e1d11d7
commit 94436f5484
2 changed files with 2 additions and 2 deletions

View File

@@ -408,9 +408,8 @@ public class SettleOrderReportServiceImpl implements ISettleOrderReportService {
.merchantId(dto.getMerchantId())
.startTime(dto.getStartTime())
.endTime(dto.getEndTime())
// .pageNum(dto.getPageNum())
// .pageSize(dto.getPageSize())
.build();
PageHelper.clearPage();
List<MerchantClearingBillVO> merchantClearingBillList = clearingBillInfoService.getMerchantClearingBillList(clearingBillDTO);
BigDecimal tradeAmount = BigDecimal.ZERO;
BigDecimal tradeFee = BigDecimal.ZERO;