Tony CHEMIT pushed to branch develop-9.0.x at ultreiaio / ird-observe Commits: 992d29c7 by Tony Chemit at 2022-11-30T17:05:58+01:00 Le temps de pêche est doublé par rapport à sa valeur AVDTH - Closes #2547 - - - - - 1 changed file: - core/persistence/resources/src/main/java/fr/ird/observe/persistence/avdth/data/logbook/RouteReader.java Changes: ===================================== core/persistence/resources/src/main/java/fr/ird/observe/persistence/avdth/data/logbook/RouteReader.java ===================================== @@ -67,7 +67,7 @@ public class RouteReader extends DataReader<Route> { } Object fishingTime = resultSet.getObject(12); if (fishingTime != null) { - entity.setFishingTime(entity.getTimeAtSea() + (int) fishingTime); + entity.setFishingTime(entity.getFishingTime() + (int) fishingTime); } } } View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/992d29c70a93c9a85bcaab4468... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/992d29c70a93c9a85bcaab4468... You're receiving this email because of your account on gitlab.com.