主题切换中新增“表单弹窗模式”、“取消页签模式”选项开关

This commit is contained in:
thinkgem
2018-12-12 21:21:20 +08:00
parent 2d02047e81
commit 19752502f1
5 changed files with 70 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ grant connect,resource,create session,select any table,
drop any table,drop any view,drop any index
to jeesite;
-- 多数据源分布式事务下需要对目标用户进行如下授权否则会提示错误ResourceException: Error in recovery
-- 提示 oracle.jdbc.xa.OracleXAResource.recover 错误需要授权:
grant select on sys.dba_pending_transactions to jeesite;
grant select on sys.pending_trans$ to jeesite;
grant select on sys.dba_2pc_pending to jeesite;