feat/things-munaja: adjust prescription

This commit is contained in:
2025-11-17 07:57:22 +07:00
parent c19965f4c3
commit 03210549bb
7 changed files with 51 additions and 33 deletions
@@ -46,6 +46,7 @@ func (obj myBase) GetDetail(w http.ResponseWriter, r *http.Request) {
return
}
dto := e.ReadDetailDto{}
sf.UrlQueryParam(&dto, *r.URL)
dto.Id = uint(id)
res, err := u.ReadDetail(dto)
rw.DataResponse(w, res, err)