Performance : improve VERIF
This commit is contained in:
parent
0d88361cf3
commit
600fc7265e
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ echo '</div>';
|
|||
where
|
||||
source.j_id < target.j_id
|
||||
and source.j_poste<>target.j_poste
|
||||
and source.j_qcode = target.j_qcode
|
||||
and source.f_id = target.f_id
|
||||
and $sql_year_source and $sql_year_target
|
||||
";
|
||||
$sql_poste="select distinct j_poste,pcm_lib from jrnx join tmp_pcmn on (pcm_val=j_poste) where j_qcode =$1 $sql_year";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue