在JEECG中经常需要删除一些菜单,但是由于当前使用版本jeecg3.7.1功能不够完善,需要手动去删除角色对应目录表的没删除干净的数据,要删除的数据查询SQL语句如下:

select * from t_s_role_function where functionid not in (select id from t_s_function)

 

相关文章:

  • 2021-12-09
  • 2021-04-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-07-16
猜你喜欢
  • 2021-08-01
  • 2021-07-10
  • 2021-04-19
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案