通过 feign 或者 dubbo 调用远程方法,并传递 tenantId ,如何用 mybaits-plus 生成SQL自动注入 tenantId 参数。
BladeX4.2.0版本新增了TenantUtil,可以自定义传入tenantId,示例如下
TenantUtil.use(tenantId, () -> productService.getByProductKey(productKey) );
扫一扫访问 Blade技术社区 移动端