更新sql

This commit is contained in:
季圣华
2023-10-11 00:01:12 +08:00
parent 001ef5cce1
commit ea8520ae6a
2 changed files with 6 additions and 6 deletions

View File

@@ -1532,4 +1532,4 @@ INSERT INTO `jsh_platform_config` (`platform_key`, `platform_key_info`, `platfor
-- 更新功能菜单里面的按钮参数(执行完之后记得要给'租户'角色重新勾选按钮)
-- --------------------------------------------------------
update jsh_function set push_btn='1,2,3,7' where push_btn='1,2,7';
update jsh_function set push_btn='1,3' where number in ('01020101','01020102','01020103');
update jsh_function set push_btn='1,3' where number in ('01020101','01020102','01020103','010102');