初始代码
This commit is contained in:
3
yawei-mes/.sql/2025-11-11_01_周启威_修改菜单名称.sql
Normal file
3
yawei-mes/.sql/2025-11-11_01_周启威_修改菜单名称.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `sys_menu`
|
||||
SET `menu_name` = REPLACE(`menu_name`, 'IIOT', 'YIOT')
|
||||
WHERE `menu_name` LIKE '%IIOT%';
|
||||
Reference in New Issue
Block a user