Your Question

第三层数据需要left join 另外一张表sku,拿到若干字段放到line,这个join和select该怎么写,折腾了几天了,没找到解决办法 db.Preload("Pos.Lines").Joins("LEFT JOIN sku ON sku.id = line.sku_id").Select("select name from sku as sku_name").Find(&biz_data)

The document you expected this should be explained

Expected answer

Comment From: github-actions[bot]

This issue has been automatically marked as stale because it has been open 360 days with no activity. Remove stale label or comment or this will be closed in 180 days

Comment From: saeidee

Please add proper description and example.