由于搜索速度慢,给租户管理去掉角色的查询条件
This commit is contained in:
@@ -10,7 +10,6 @@ public interface TenantMapperEx {
|
||||
|
||||
List<TenantEx> selectByConditionTenant(
|
||||
@Param("loginName") String loginName,
|
||||
@Param("roleId") Long roleId,
|
||||
@Param("type") String type,
|
||||
@Param("enabled") String enabled,
|
||||
@Param("remark") String remark,
|
||||
@@ -19,7 +18,6 @@ public interface TenantMapperEx {
|
||||
|
||||
Long countsByTenant(
|
||||
@Param("loginName") String loginName,
|
||||
@Param("roleId") Long roleId,
|
||||
@Param("type") String type,
|
||||
@Param("enabled") String enabled,
|
||||
@Param("remark") String remark);
|
||||
|
||||
Reference in New Issue
Block a user