1、修改登录界面图标;2、修改国际化英文文件中的视频的英文单词拼写错误(包括代码与数据中)
Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
2
sqlupdate/update_video_spell_error.sql
Normal file
2
sqlupdate/update_video_spell_error.sql
Normal file
@@ -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%';
|
||||
Reference in New Issue
Block a user