一、该问题的重现步骤是什么?
已配置好双数据源(mysql (主数据源),Oracle),在接口鉴权放行的状态下可以正常响应(下图接口配置@DS为oracle数据源)
2. 开启接口鉴权后,在同一个Controller下的接口,有的接口可以正常响应,有的接口报500异常
成功响应的接口发现没有执行:select resource_code, scope_column, scope_field, scope_type, scope_value from blade_scope_data where scope_class = ? and id in (select scope_id from blade_role_scope where scope_category = 1 and role_id in (?))
失败响应的接口:在执行完自定义的sql后,会再执行上面的sql
二、你期待的结果是什么?实际看到的又是什么?
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
win11 ,Bladex商业版
四、请提供详细的错误堆栈信息,这很重要。
Cause: org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select resource_code, scope_column, scope_field, scope_type, scope_value from blade_scope_data where scope_class = ? and id in (select scope_id from blade_role_scope where scope_category = 1 and role_id in (?))]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
五、若有更多详细信息,请在下面提供。
扫一扫访问 Blade技术社区 移动端