| | |
| | | .eqIfPresent(ErpFinancePaymentDO::getSupplierId, reqVO.getSupplierId()) |
| | | .eqIfPresent(ErpFinancePaymentDO::getCreator, reqVO.getCreator()) |
| | | .eqIfPresent(ErpFinancePaymentDO::getFinanceUserId, reqVO.getFinanceUserId()) |
| | | .eqIfPresent(ErpFinancePaymentDO::getAccountId, reqVO.getAccountId()) |
| | | .likeIfPresent(ErpFinancePaymentDO::getAccountName, reqVO.getAccountName()) |
| | | .eqIfPresent(ErpFinancePaymentDO::getStatus, reqVO.getStatus()) |
| | | .likeIfPresent(ErpFinancePaymentDO::getRemark, reqVO.getRemark()) |
| | | .orderByDesc(ErpFinancePaymentDO::getId); |