0x4a52466c696e74 1 week ago
parent
commit
71b708da0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rest_gorm/request_list.go

+ 1 - 0
rest_gorm/request_list.go

@@ -108,6 +108,7 @@ func (s *List) ResultAnswer(pg *gorm.DB, fields rest.FieldNamesList, res any, of
 	if err != nil {
 		return nil, err
 	}
+	log.Println("---", res)
 	rList := &ResultList{
 		Items:  toAnySlice(res),
 		Offset: offset,