|
@@ -40,7 +40,8 @@ public class TenantInnerInterceptor extends TenantLineInnerInterceptor {
|
|
|
"pay_service_provider", // 服务商配置(无 tenant_id 列)
|
|
"pay_service_provider", // 服务商配置(无 tenant_id 列)
|
|
|
"pay_service_provider_profile", // 服务商业务凭证(无 tenant_id 列)
|
|
"pay_service_provider_profile", // 服务商业务凭证(无 tenant_id 列)
|
|
|
"pay_employee", // 员工表(登录时无租户上下文)
|
|
"pay_employee", // 员工表(登录时无租户上下文)
|
|
|
- "sys_invitation_code" // 邀请码表(无 tenant_id 列,系统级功能)
|
|
|
|
|
|
|
+ "sys_invitation_code", // 邀请码表(无 tenant_id 列,系统级功能)
|
|
|
|
|
+ "pay_alipay_notify_log" // 支付宝通知日志(异步回调无认证上下文)
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
public TenantInnerInterceptor() {
|
|
public TenantInnerInterceptor() {
|