We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1ba69 commit c9fdc48Copy full SHA for c9fdc48
src/main/java/fr/insee/genesis/domain/utils/DataVerifier.java
@@ -76,6 +76,7 @@ private static SurveyUnitModel createFormattedSurveyUnitModel(
76
.questionnaireId(sampleSurveyUnitModel.getQuestionnaireId())
77
.campaignId(sampleSurveyUnitModel.getCampaignId())
78
.interrogationId(interrogationId)
79
+ .idUE(sampleSurveyUnitModel.getIdUE())
80
.state(DataState.FORMATTED)
81
.mode(sampleSurveyUnitModel.getMode())
82
.recordDate(LocalDateTime.now().plusSeconds(1)) // Add 1 second to avoid same recordDate as COLLECTED
0 commit comments