Pu Zhibing
2025-01-14 66df2da5f7c05787ff215a66cfc882bc238bbcc4
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/SysRoleController.java
@@ -106,6 +106,7 @@
      }else{
         wrapper.isNull(SysRole::getShopId);
      }
      wrapper.ne(SysRole::getRoleId,2);//过滤门店管理员
      PageInfo<SysRole> page = roleService.page(pageInfo, wrapper.orderByDesc(SysRole::getCreateTime));
      for (SysRole record : page.getRecords()) {
         long count = sysUserRoleService.count(new LambdaQueryWrapper<SysUserRole>().eq(SysUserRole::getRoleId, record.getRoleId()));