调整租户的查询分页方式

This commit is contained in:
jishenghua
2025-02-22 15:33:29 +08:00
parent f7dbf030f2
commit 73110d1170
15 changed files with 1465 additions and 30 deletions

View File

@@ -8,8 +8,7 @@ import java.util.List;
public interface TenantMapperEx {
IPage<TenantEx> selectByConditionTenant(
IPage<TenantEx> page,
List<TenantEx> selectByConditionTenant(
@Param("loginName") String loginName,
@Param("type") String type,
@Param("enabled") String enabled,