Skip to content
Snippets Groups Projects
Commit 779cdcad authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

ident file class

parent e7f8b99a
No related branches found
No related tags found
3 merge requests!116Release v1.0.0,!44Feature multiple where,!37Route_Class
Pipeline #
......@@ -120,20 +120,20 @@ rqfCount.addField({
foreignTable: 'turma'
}
}).addValue({
name:'dependency_adm',
table: 'dependencia_adm',
tableField: 'id',
resultField: 'dependency_adm_name',
where: {
relation: '=',
type: 'integer',
field: 'id'
},
join: {
primary: 'id',
foreign: 'dependencia_adm_id',
foreignTable: 'turma'
}
name:'dependency_adm',
table: 'dependencia_adm',
tableField: 'id',
resultField: 'dependency_adm_name',
where: {
relation: '=',
type: 'integer',
field: 'id'
},
join: {
primary: 'id',
foreign: 'dependencia_adm_id',
foreignTable: 'turma'
}
}).addValue({
name: 'location',
table: 'localizacao',
......@@ -185,14 +185,14 @@ rqfCount.addField({
tableField: 'id',
resultField: 'period_name',
where: {
relation: '=',
type: 'integer',
field: 'id'
relation: '=',
type: 'integer',
field: 'id'
},
join: {
primary: 'id',
foreign: 'turno',
foreignTable: 'turma'
primary: 'id',
foreign: 'turno',
foreignTable: 'turma'
}
}).addValue({
name: 'school',
......
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