修改说明

This commit is contained in:
xiaopeng 2025-02-27 22:16:23 +08:00
parent 913a18c7c6
commit 18cf9d9517

View File

@ -44,7 +44,7 @@ export class DemoTenantService extends BaseService {
async invalid() { async invalid() {
// 自定义sql不进行多租户过滤 // 自定义sql不进行多租户过滤
await this.nativeQuery('select * from demo_goods'); await this.nativeQuery('select * from demo_goods');
// 自定义分页sql进行多租户过滤 // 自定义分页sql进行多租户过滤
await this.sqlRenderPage('select * from demo_goods'); await this.sqlRenderPage('select * from demo_goods');
} }
} }