Skip to content
Snippets Groups Projects
Commit a3c91fbb authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Update class.js

parent 7bce857b
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!44Feature multiple where
Pipeline #
......@@ -174,12 +174,12 @@ rqfCount.addField({
}).addValue({
name: 'adm_dependency_detailed',
table: 'turma',
tableField: 'desc_categoria_escola_priv',
tableField: 'dependencia_adm_priv',
resultField: 'adm_dependency_detailed_id',
where: {
relation: '=',
type: 'integer',
field: 'desc_categoria_escola_priv'
field: 'dependencia_adm_priv'
}
}).addValue({
name:'period',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment