pms-parent/pms-web-base/src/main/java/com/dy/pmsBase/role/RoleSv.java @@ -93,6 +93,10 @@ return dao.selectByPrimaryKey(Long.valueOf(roleId)); } public List<BaRole> selectAll() { return dao.selectAll(); } /** * 获取角色列表 */