step 9 : add notif saran mcu, perbaikan utils hx include

This commit is contained in:
sindhu
2024-05-22 09:24:18 +07:00
parent 79d736884e
commit 445d238426
6 changed files with 239 additions and 108 deletions

View File

@@ -119,9 +119,18 @@ func (su *SurveyMcuService) GetSurveyMcuByNoreg(nomorRegistrasi string) ([]model
},
}
dataItemSurveyMcuSaran := []models.ItemSurveyMcuSaran{
{
IDItemSurveyMcuSaran: "11",
NameSurveyMcuSaran: "saranmcu-11",
ErrorMessageSurveyMcuSaran: "",
},
}
surveymcu := []models.SurveyMcu{
{
DataListItemSurveyMcu: dataItemSurveyMcu,
DataListItemSurveyMcu: dataItemSurveyMcu,
DataListItemSurveyMcuSaran: dataItemSurveyMcuSaran,
},
}