добавлена пагинация для execution
This commit is contained in:
parent
c35ac0d44c
commit
8400bafe4d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public class ExecutionDepositController extends AbstractQueueController {
|
|||
public CommonGetAllResponse getByFilter(@RequestParam(name = "pageSize", required = false) Optional<Integer> pageSize,
|
||||
@RequestParam(name = "pageIndex", required = false) Optional<Integer> pageIndex) {
|
||||
ImdgPredicate filter = imdgPredicateBuilder.and(
|
||||
imdgPredicateBuilder.greatEqual("settlementDate", LocalDate.now()),
|
||||
imdgPredicateBuilder.greatEqual("firstLegSettlementDate", LocalDate.now()),
|
||||
imdgPredicateBuilder.equals("side", MoneyFlowSide.SELL.getKey()));
|
||||
AtomicReference<Collection<Map<String, Object>>> all = new AtomicReference<>();
|
||||
pageIndex.ifPresentOrElse(index ->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue