Replies: 3 comments 5 replies
|
我的数据库没有用mysql,改用的国产数据库 gbase-8s |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
版本信息 (必填):
后端使用的是: lamp-datasource-max、lamp-util-max ,5.X的版本。
JDK 版本(必填) : 17
源码版本(必填):5.0.8
MySQL(必填): 8.0.28
Nacos(必填):2.4.0
#问题描述:
审批租户时,执行 DefTenantServiceImpl 类下 updateStatus 方法 中的 initSystemContext.initData(tenantConnect); 这个方法之后,再去执行后续授权租户应用方法报错,好像是没有切换回默认库去查询,但是我主动在代码里设置ContextUtil.setTenantId(DsConstant.DEFAULTS); ,也不生效,日志只出现了这行sql,但是没有出现数据源链接
#报错截图:

All reactions