Skip to content

Commit

Permalink
fix: fileIdCard Controle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 14, 2023
1 parent a6681b4 commit 33f9e07
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ public class ThreadControleService extends ApiControleService implements Runnabl
private String tableOutKo;

private ServiceJeuDeRegleOperation sjdr;

private FileIdCard fileIdCard;


private ThreadOperations arcThreadGenericDao;
private GenericQueryDao genericExecutorDao;

Expand Down Expand Up @@ -160,8 +158,8 @@ private void preparation() throws ArcException {
private void execute() throws ArcException {
StaticLoggerDispatcher.info(LOGGER, "** execute CONTROLE sur la table : " + this.tableControleDataTemp + " **");

this.fileIdCard = RulesOperations.fileIdCardFromPilotage(this.connexion.getExecutorConnection(),
tableControleDataTemp, this.idSource);
FileIdCard fileIdCard = RulesOperations.fileIdCardFromPilotage(this.connexion.getExecutorConnection(),
tableControlePilTemp, this.idSource);

// Récupération des Jeux de règles associés
ControleRulesOperation.fillControleRules(this.connexion.getExecutorConnection(), tableControleDataTemp, fileIdCard);
Expand Down

0 comments on commit 33f9e07

Please sign in to comment.