blade配置多数据源后debug报错 对象名 'blade_scope_data' 无效

Blade 未结 3 154
小小小小小龙
小小小小小龙 2025-04-29 11:23

一、该问题的重现步骤是什么?

1. 配置多数据源

2. debug报错

nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error querying database.  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 com.microsoft.sqlserver.jdbc.SQLServerException: 对象名 'blade_scope_data' 无效。\r\n### 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 com.microsoft.sqlserver.jdbc.SQLServerException: 对象名 'blade_scope_data' 无效。



二、你期待的结果是什么?实际看到的又是什么?

期待不报错,网上搜不到解决办法

三、你正在使用的是什么产品,什么版本?在什么操作系统上?

bladex,Windows11

四、请提供详细的错误堆栈信息,这很重要。

nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error querying database.  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 com.microsoft.sqlserver.jdbc.SQLServerException: 对象名 'blade_scope_data' 无效。\r\n### 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 com.microsoft.sqlserver.jdbc.SQLServerException: 对象名 'blade_scope_data' 无效。

五、若有更多详细信息,请在下面提供。

3条回答
  •  admin
    admin (楼主)
    2025-04-29 11:28

    用的是bladex的cloud版本么?如果是cloud,则需要先在bladex根目录执行 mvn clean install,然后业务服务引入 blade-starter-data-scope依赖,这样就会走master库了

代码语言
提交回复