|
@@ -52,7 +52,6 @@ public class AdminRoleLogic {
|
|
|
.le(AdminRole::getType, type)
|
|
|
.in(CollectionUtils.isNotEmpty(companyWechatIds), AdminRole::getCompanyWechatId, companyWechatIds)
|
|
|
.orderByDesc(AdminRole::getType)
|
|
|
-
|
|
|
.page(new Page<>(pageNo, pageSize));
|
|
|
|
|
|
return rolePage;
|