会议室菜单处理.sql 753 B

12345678910111213141516171819202122
  1. #会议室
  2. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='BK01';
  3. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='BK03';
  4. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='BK04';
  5. ##公告
  6. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='BD06';
  7. ##楼栋 楼层
  8. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='BD08';
  9. ##权限管理
  10. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='BD14';
  11. ##服务 报表
  12. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='RP01';
  13. ##部门
  14. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='RP02';
  15. ##部门
  16. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='RP03';
  17. ##权限查询
  18. DELETE from tbmenugrp where GRPNAME='SYSMANG' and MENUID='RP06';