mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-10 16:12:50 +00:00
修改说明
This commit is contained in:
parent
913a18c7c6
commit
18cf9d9517
@ -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');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user