Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
simcaq-node
Commits
95bb1c60
Commit
95bb1c60
authored
8 months ago
by
Anderson Frasao
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' into 'homologa'
Development See merge request
!408
parents
e7246ccb
a9131655
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!440
New indicators
,
!437
Taxa de Conclusão do Ensino Superior
,
!409
Homologa
,
!408
Development
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libs/routes_v1/employees.js
+3
-1
3 additions, 1 deletion
src/libs/routes_v1/employees.js
with
3 additions
and
1 deletion
src/libs/routes_v1/employees.js
+
3
−
1
View file @
95bb1c60
...
...
@@ -125,6 +125,7 @@ employeesApp.get('/function', (req, res, next) => {
{
id
:
10
,
name
:
"
Secretário
"
},
{
id
:
11
,
name
:
"
Segurança
"
},
{
id
:
12
,
name
:
"
Monitores
"
},
{
id
:
99
,
name
:
"
Não Classificado
"
}
];
next
();
},
response
(
'
function
'
));
...
...
@@ -490,6 +491,7 @@ function formatFunction(queryOriginal,reqDims) {
qtde_monitores
:
"
Monitores
"
,
qtde_gestores
:
"
Gestores
"
,
qtde_assistente_social
:
"
Assistente Social
"
,
qtde_null
:
"
Não Classificado
"
}
let
resultObj
=
[]
//Nesse caso apenas precisamos acertar as dimensoes que o banco retorna, ou seja, criando um objeto para cada funcao de funcionario
...
...
@@ -578,7 +580,7 @@ employeesApp.get('/', rqfSchool.parse(), (req, res, next) => {
if
(
"
function
"
in
req
.
dims
)
{
delete
req
.
dims
.
function
;
req
.
sql
req
.
sql
.
field
(
'
SUM(funcionarios_por_escola.total)
'
,
'
qtde_null
'
)
.
field
(
'
funcionarios_por_escola.ano_censo
'
,
'
year
'
)
.
from
(
'
funcionarios_por_escola
'
)
.
group
(
'
funcionarios_por_escola.ano_censo
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment