delete debug
This commit is contained in:
No files matched your search
@@ -641,7 +641,7 @@ func getSoapiEncounterAdm(enc e.Encounter, event *pl.Event) (dataSoapi []es.Crea
|
||||
}
|
||||
}
|
||||
|
||||
err = dg.I.Debug().
|
||||
err = dg.I.
|
||||
Model(&es.Soapi{}).
|
||||
Joins("JOIN \"Employee\" ON \"Employee\".\"Id\" = \"Soapi\".\"Employee_Id\"").
|
||||
Where("\"Encounter_Id\" = ?", enc.Id).
|
||||
|
||||
@@ -276,7 +276,6 @@ func verifyAllocatedVisitCount(i e.CreateDto, event *pl.Event) (e.Encounter, boo
|
||||
}
|
||||
|
||||
err = tx.
|
||||
Debug().
|
||||
Model(&e.Encounter{}).
|
||||
Joins("JOIN \"Ambulatory\" ON \"Ambulatory\".\"Encounter_Id\" = \"Encounter\".\"Id\"").
|
||||
Where("\"Patient_Id\" = ?", i.Patient_Id).
|
||||
|
||||
Reference in New Issue
Block a user