feat: reopen ne license menu

This commit is contained in:
zhangsz
2025-06-21 17:35:19 +08:00
parent f356b11dc8
commit 995f4a9488
5 changed files with 16 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
SET FOREIGN_KEY_CHECKS=0;
UPDATE `sys_menu` SET `visible` = '1', `status` = '1', `update_by` = 'supervisor', `update_time` = (UNIX_TIMESTAMP(NOW(3)) * 1000) WHERE `menu_id` = 2143;
SET FOREIGN_KEY_CHECKS=1;