This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Consultas: | |
- Filtros | |
+ Algumas consultas possuem filtros relacionados a data de criação do registro. Podemos descartar? | |
- Cursos | |
+ Somente Graduação Presencial | |
- Grades | |
+ São todas as grades dos cursos acima? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once 'autoload.php'; | |
$content = trim(file_get_contents("php://input")); | |
$decoded = json_decode($content, true); | |
extract($decoded); | |
$empresa = new \conteudoSite\Empresa(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
MP.RA, | |
MP.IDHABILITACAOFILIAL, | |
MP.IDPERLET, | |
MP.CODSTATUS, | |
FL.DATABAIXA | |
FROM | |
vw_matricula vm | |
JOIN mat_curso_processo_pagamento mcpp (NOLOCK) | |
ON mcpp.id = vm.planoPagamentoId |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"modelo": "Monza", | |
"marca": "Chevrolet", | |
"ano": 1990, | |
"quilometragem": 40000, | |
"cor": "Prata", | |
"valor": 8000.00, | |
"foto": "https://s2.glbimg.com/RXhS4869wbzUHe6wMJSun79KkOQ=/0x0:620x413/984x0/smart/filters:strip_icc()/i.s3.glbimg.com/v1/AUTH_cf9d035bf26b4646b105bd958f32089d/internal_photos/bs/2020/D/H/x6ZIJIT2KwZABkJrFyFA/2016-08-19-monza08.jpg" | |
}, |
OlderNewer