Browse Source

preload fix

0x4a52466c696e74 1 tháng trước cách đây
mục cha
commit
b0d8843acb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      rest_gorm/request_list.go

+ 1 - 0
rest_gorm/request_list.go

@@ -129,6 +129,7 @@ func (s *List) ResultOut(pg *gorm.DB, model any, req rest.IRequestIn) rest.IRequ
 		return req.OutError(rest.ErrorMessage("ErrFileds", err.Error()))
 	}
 	// preload
+	log.Println("list preload...")
 	if pg, err = Preload(model, req.Fields(), pg); err != nil {
 		return req.OutError(rest.ErrorMessage("ErrPreload", err.Error()))
 	}