From c14d42109eab3fa3e99b46f4a4684f842a998051 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Fri, 27 Jul 2018 14:30:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E5=92=8C?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E9=85=8D=E7=BD=AE=E5=9F=9F=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E8=8B=B1=E8=AF=AD=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangwei --- src/main/resources/sql/update_video_spell_error.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/sql/update_video_spell_error.sql 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%';