update 同步 ruoyi

This commit is contained in:
疯狂的狮子li
2022-07-27 18:40:35 +08:00
parent 26b0dc336a
commit e3e9fe5106
4 changed files with 9 additions and 0 deletions

View File

@ -3,3 +3,6 @@ GO
delete from sys_menu WHERE menu_id = 116;
GO
update sys_config set config_key = 'sys.account.captchaEnabled' where config_id = 4
GO