feat 添加preload
This commit is contained in:
parent
6c981e119c
commit
38d95b7074
@ -191,7 +191,7 @@ func (g *GetArticleQuery) Scope(db *gorm.DB) *gorm.DB {
|
|||||||
db = db.Where("pid=?", g.Pid)
|
db = db.Where("pid=?", g.Pid)
|
||||||
}
|
}
|
||||||
if g.History {
|
if g.History {
|
||||||
db = db.Preload("Providers.HistoryPrice").Preload("Sellers.HistoryPrice")
|
db = db.Preload("Providers.HistoryPrice").Preload("Providers.HistoryAts").Preload("Sellers.HistoryPrice")
|
||||||
}
|
}
|
||||||
return db
|
return db
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user