reactor:@TenantIgnore 添加在 Controller 时,自动添加到 TenantProperties 中
(cherry picked from commit f92f9d2e1733f257dcf3fbe155b34079cba0d211)
This commit is contained in:
+1
-1
@@ -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