feat/encounter: improved the processing

This commit is contained in:
2025-10-19 21:58:07 +07:00
parent 038c9f6a16
commit 57d9f99468
4 changed files with 17 additions and 10 deletions
@@ -49,6 +49,7 @@ func (obj myBase) GetDetail(w http.ResponseWriter, r *http.Request) {
return
}
dto := e.ReadDetailDto{}
sf.UrlQueryParam(&dto, *r.URL)
dto.Id = uint16(id)
res, err := u.ReadDetail(dto)
rw.DataResponse(w, res, err)