Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-be into feat/chemo-plan

# Conflicts:
#	internal/use-case/main-use-case/encounter/lib.go
This commit is contained in:
vanilia
2025-12-12 10:43:04 +07:00
6 changed files with 14 additions and 13 deletions
@@ -110,7 +110,6 @@ func ReadListData(input e.ReadListDto, event *pl.Event, dbx ...*gorm.DB) ([]e.En
// Order("\"CreatedAt\" DESC")
if err := tx.
Debug().
Scopes(gh.Preload(input.Includes)).
Scopes(gh.Paginate(input, &pagination)).
Order("\"CreatedAt\" DESC").