为了账号安全,请及时绑定邮箱和手机立即绑定

sequelize子查询不生效

sequelize子查询不生效

森林海 2019-02-28 14:11:16
    userOrganizationModel.hasMany(organizationModel, {        foreignKey: 'organization_id'    });    // 此include未生效    const include = [{        model: organizationModel,        required: false,        where: {            name: {                $like: 'ext-%'            }        }    }];    await userOrganizationModel.findAll({        include: include // 此include未生效    })        想实现的原始sql:    // mysql原生语句select * from user_organization where organization_id in(select id from organization where name like 'ext-%')
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1291 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号