Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
open-source
OSE
Merge requests
!2
Compo service referentiel
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Compo service referentiel
compo-service-referentiel
into
master
Overview
0
Commits
4
Pipelines
0
Changes
27
Merged
Laurent Lecluse
requested to merge
compo-service-referentiel
into
master
7 years ago
Overview
0
Commits
4
Pipelines
0
Changes
27
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7045a573
4 commits,
7 years ago
27 files
+
952
−
279
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
data/Query/plafond.sql
+
2
−
1
Options
@@ -116,7 +116,8 @@ SELECT
@@ -116,7 +116,8 @@ SELECT
FROM
FROM
intervenant
i
intervenant
i
JOIN
statut_intervenant
si
ON
si
.
id
=
i
.
statut_id
JOIN
statut_intervenant
si
ON
si
.
id
=
i
.
statut_id
JOIN
formule_resultat
fr
ON
fr
.
intervenant_id
=
i
.
id
JOIN
etat_volume_horaire
evh
ON
evh
.
code
=
'saisi'
JOIN
formule_resultat
fr
ON
fr
.
intervenant_id
=
i
.
id
AND
fr
.
etat_volume_horaire_id
=
evh
.
id
WHERE
WHERE
(
fr
.
heures_compl_fi
+
fr
.
heures_compl_fc
+
fr
.
heures_compl_fa
+
fr
.
heures_compl_referentiel
)
>
si
.
plafond_hc_hors_remu_fc
(
fr
.
heures_compl_fi
+
fr
.
heures_compl_fc
+
fr
.
heures_compl_fa
+
fr
.
heures_compl_referentiel
)
>
si
.
plafond_hc_hors_remu_fc
/*i.id*/
/*i.id*/
Loading