查询通过表时,应使用
through.where
include: [{ model: Category, through: { where: {year: 2015}}, attributes: ['id']}]您可能需要添加
required: true以将包含转换为内部联接

查询通过表时,应使用
through.where
include: [{ model: Category, through: { where: {year: 2015}}, attributes: ['id']}]您可能需要添加
required: true以将包含转换为内部联接