Files
MES/yawei-mes/.sql/2025-11-11_01_周启威_修改菜单名称.sql

3 lines
105 B
MySQL
Raw Normal View History

2026-04-02 10:38:23 +08:00
UPDATE `sys_menu`
SET `menu_name` = REPLACE(`menu_name`, 'IIOT', 'YIOT')
WHERE `menu_name` LIKE '%IIOT%';