diff --git a/src/main/resources/sql/update_video_spell_error.sql b/src/main/resources/sql/update_video_spell_error.sql new file mode 100644 index 000000000..f7a698511 --- /dev/null +++ b/src/main/resources/sql/update_video_spell_error.sql @@ -0,0 +1,2 @@ +update function_region_dict t set t.config_region_value=insert(t.config_region_value,POSITION('vedio' in t.config_region_value),5,'video') where t.config_region_value like '%vedio%'; +update sys_menu s set s.`code`=insert(s.`code`,POSITION('vedio' in s.`code`),5,'video') where s.`code` like '%vedio%';