【7.1.6】更新sql脚本

pull/83/MERGE
fengshuonan 2021-12-15 18:07:33 +08:00
parent b43f44dce6
commit 877ff6d582
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
UPDATE `sys_config` SET `config_value` = concat('/error,') WHERE `config_code` = 'SYS_NONE_SECURITY_URLS';
UPDATE `sys_config` SET `config_value` = concat(config_value, '/error,') WHERE `config_code` = 'SYS_NONE_SECURITY_URLS';