Skip to content

Commit

Permalink
Update MoogRepository.java
Browse files Browse the repository at this point in the history
  • Loading branch information
EricThuaud authored Oct 3, 2023
1 parent 9744583 commit b7728cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public MoogExtractionRowDto mapRow(ResultSet rs, int rowNum) throws SQLException

return ev;
}
}, new Object[]{idCampaign});
}, new Object[]{idCampaign, idCampaign});

return extraction;
}
Expand Down Expand Up @@ -216,7 +216,7 @@ public MoogExtractionRowDto mapRow(ResultSet rs, int rowNum) throws SQLException

return er;
}
}, new Object[]{idCampaign, idCampaign});
}, new Object[]{idCampaign, idCampaign, idCampaign, idCampaign});

return followUp;

Expand Down

0 comments on commit b7728cc

Please sign in to comment.