Rev 195 | Rev 305 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 195 | Rev 276 | ||
|---|---|---|---|
| Line 758... | Line 758... | ||
| 758 | }
|
758 | }
|
| 759 | 759 | ||
| 760 | @Override |
760 | @Override |
| 761 | public Integer quantidadeProdutosParaRetirarDoOnlineShoplog() { |
761 | public Integer quantidadeProdutosParaRetirarDoOnlineShoplog() { |
| 762 | ParametrosConsultaProdutoDTO parametrosConsulta = new ParametrosConsultaProdutoDTO(); |
762 | ParametrosConsultaProdutoDTO parametrosConsulta = new ParametrosConsultaProdutoDTO(); |
| 763 | parametrosConsulta.setLojaSelecionada(ConstantesSEC.SEQUENCIAL_QUIOSQUE_PATIO_5); |
- | |
| - | 763 | parametrosConsulta.setLojaSelecionada(ConstantesSEC.SEQUENCIAL_LOJA_PATIO_14); |
|
| 764 | parametrosConsulta.setTipoRelatorioProduto(TipoRelatorio.RETIRAR_SHOPLOG.getValor()); |
764 | parametrosConsulta.setTipoRelatorioProduto(TipoRelatorio.RETIRAR_SHOPLOG.getValor()); |
| 765 | return produtoRepository.obterQuantidadeDeRegistrosParametrosConsulta(parametrosConsulta); |
765 | return produtoRepository.obterQuantidadeDeRegistrosParametrosConsulta(parametrosConsulta); |
| 766 | }
|
766 | }
|
| 767 | 767 | ||
| 768 | @Override |
768 | @Override |