valarchie / AgileBoot-Back-End

🔥 规范易于二开的全栈基础快速开发脚手架。🔥 采用Springboot + Vue 3 + Typescript + Mybatis Plus + Redis + 更面向对象的业务建模 + 面向生产的项目(非玩具项目)。你的 ⭐️ Star ⭐️,是作者更新的动力! 欢迎小伙伴PR,一起构建一个规范的全栈项目~😆
MIT License
1.78k stars 346 forks source link

fix:移除 selectMenuListByUserId 中无效的排序字段 #45

Closed penbox closed 1 year ago

penbox commented 1 year ago

通过 agileboot-20230814.sql 脚本创建的 sys_menu 表,已经移除了 order_num 字段。 但是 selectMenuListByUserId 仍然使用了 order_num 进行排序。 目前使用非 admin 账号登录的时候,就会触发这个 bug,包括演示服务器也存在这个问题。

valarchie commented 1 year ago

非常感谢您的PR.!! 刚重构完整个项目 就投入到工作中996去了 就没剩多少时间测试 T_T