reactor:@TenantIgnore 添加在 Controller 时,自动添加到 TenantProperties 中
This commit is contained in:
@@ -26,7 +26,7 @@ public class TenantApiImpl implements TenantApi {
|
||||
}
|
||||
|
||||
@Override
|
||||
@GetMapping // 获得租户列表的时候,无需传递租户编号
|
||||
@TenantIgnore // 获得租户列表的时候,无需传递租户编号
|
||||
public CommonResult<Boolean> validTenant(Long id) {
|
||||
tenantService.validTenant(id);
|
||||
return success(true);
|
||||
|
||||
Reference in New Issue
Block a user