又是我。我現(xiàn)在可以在血腥中預(yù)加載...但現(xiàn)在這個問題正在擴大。我有3個需要獲取數(shù)據(jù)的結(jié)構(gòu) 首先是type Deal struct{DealId intAttachments []Attachment}type Attachment struct{DealId intProductId intAttachmentId intProduct }type Product struct{ProductId int}那么如何用我的3個表在gorm中同時進行連接和預(yù)加載呢?有什么建議嗎?我需要采取與所有附件相關(guān)的交易...嘗試沒有產(chǎn)品是可以的。但是當需要產(chǎn)品時...問題是我不能在預(yù)加載時用附件連接它 謝謝
- 1 回答
- 0 關(guān)注
- 86 瀏覽
添加回答
舉報
0/150
提交
取消